Skip to content

Commit

Permalink
Update stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Nov 2, 2018
1 parent 11fea50 commit 196addb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tests/ui/unknown_clippy_lints.stderr
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 196addb

Please sign in to comment.