]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/unknown_clippy_lints.stderr
Auto merge of #4478 - tsurai:master, r=flip1995
[rust.git] / tests / ui / unknown_clippy_lints.stderr
index 83ee0e9dd31ae057e2bf488e790768e967825031..3c86432a97273f708e89ce8f50faca8253bba59d 100644 (file)
@@ -1,15 +1,15 @@
 error: unknown clippy lint: clippy::if_not_els
-  --> $DIR/unknown_clippy_lints.rs:13:8
+  --> $DIR/unknown_clippy_lints.rs:4:8
    |
-13 | #[warn(clippy::if_not_els)]
+LL | #[warn(clippy::if_not_els)]
    |        ^^^^^^^^^^^^^^^^^^
    |
    = note: `-D clippy::unknown-clippy-lints` implied by `-D warnings`
 
 error: unknown clippy lint: clippy::All
-  --> $DIR/unknown_clippy_lints.rs:10:10
+  --> $DIR/unknown_clippy_lints.rs:1:10
    |
-10 | #![allow(clippy::All)]
+LL | #![allow(clippy::All)]
    |          ^^^^^^^^^^^ help: lowercase the lint name: `all`
 
 error: aborting due to 2 previous errors