From faa1db33912cf000c6f9d31662e30006c41c3c59 Mon Sep 17 00:00:00 2001 From: flip1995 Date: Fri, 2 Nov 2018 12:58:16 +0100 Subject: [PATCH] Update stderr --- tests/ui/unknown_clippy_lints.stderr | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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