File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
error: unknown clippy lint: clippy::if_not_els
2
- --> $DIR/unknown_clippy_lints.rs:5 :8
3
- |
4
- 5 | #[warn(clippy::if_not_els)]
5
- | ^^^^^^^^^^^^^^^^^^
6
- |
7
- = note: `-D clippy::unknown-clippy-lints` implied by `-D warnings`
2
+ --> $DIR/unknown_clippy_lints.rs:13 :8
3
+ |
4
+ 13 | #[warn(clippy::if_not_els)]
5
+ | ^^^^^^^^^^^^^^^^^^
6
+ |
7
+ = note: `-D clippy::unknown-clippy-lints` implied by `-D warnings`
8
8
9
9
error: unknown clippy lint: clippy::All
10
- --> $DIR/unknown_clippy_lints.rs:2 :10
11
- |
12
- 2 | #![allow(clippy::All)]
13
- | ^^^^^^^^^^^ help: lowercase the lint name: `all`
10
+ --> $DIR/unknown_clippy_lints.rs:10 :10
11
+ |
12
+ 10 | #![allow(clippy::All)]
13
+ | ^^^^^^^^^^^ help: lowercase the lint name: `all`
14
14
15
15
error: aborting due to 2 previous errors
16
16
You can’t perform that action at this time.
0 commit comments