Update stderr
This commit is contained in:
parent
4e1102f56c
commit
faa1db3391
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user