diff --git a/tests/ui/unknown_clippy_lints.stderr b/tests/ui/unknown_clippy_lints.stderr index 50d5a9ace37..83ee0e9dd31 100644 --- a/tests/ui/unknown_clippy_lints.stderr +++ b/tests/ui/unknown_clippy_lints.stderr @@ -1,16 +1,16 @@ error: unknown clippy lint: clippy::if_not_els - --> $DIR/unknown_clippy_lints.rs:5:8 - | -5 | #[warn(clippy::if_not_els)] - | ^^^^^^^^^^^^^^^^^^ - | - = 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` error: unknown clippy lint: clippy::All - --> $DIR/unknown_clippy_lints.rs:2:10 - | -2 | #![allow(clippy::All)] - | ^^^^^^^^^^^ help: lowercase the lint name: `all` + --> $DIR/unknown_clippy_lints.rs:10:10 + | +10 | #![allow(clippy::All)] + | ^^^^^^^^^^^ help: lowercase the lint name: `all` error: aborting due to 2 previous errors