We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e1102f commit faa1db3Copy full SHA for faa1db3
tests/ui/unknown_clippy_lints.stderr
@@ -1,16 +1,16 @@
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`
+ --> $DIR/unknown_clippy_lints.rs:13:8
+ |
+13 | #[warn(clippy::if_not_els)]
+ | ^^^^^^^^^^^^^^^^^^
+ = note: `-D clippy::unknown-clippy-lints` implied by `-D warnings`
8
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`
+ --> $DIR/unknown_clippy_lints.rs:10:10
+10 | #![allow(clippy::All)]
+ | ^^^^^^^^^^^ help: lowercase the lint name: `all`
14
15
error: aborting due to 2 previous errors
16
0 commit comments