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 11error: 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`
88
99error: 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`
1414
1515error: aborting due to 2 previous errors
1616
You can’t perform that action at this time.
0 commit comments