Update stderr

This commit is contained in:
flip1995 2018-11-02 12:58:16 +01:00
parent 4e1102f56c
commit faa1db3391
No known key found for this signature in database
GPG Key ID: E8E897A5870E41C2
1 changed files with 10 additions and 10 deletions

View File

@ -1,16 +1,16 @@
error: unknown clippy lint: clippy::if_not_els error: unknown clippy lint: clippy::if_not_els
--> $DIR/unknown_clippy_lints.rs:5:8 --> $DIR/unknown_clippy_lints.rs:13:8
| |
5 | #[warn(clippy::if_not_els)] 13 | #[warn(clippy::if_not_els)]
| ^^^^^^^^^^^^^^^^^^ | ^^^^^^^^^^^^^^^^^^
| |
= note: `-D clippy::unknown-clippy-lints` implied by `-D warnings` = note: `-D clippy::unknown-clippy-lints` implied by `-D warnings`
error: unknown clippy lint: clippy::All error: unknown clippy lint: clippy::All
--> $DIR/unknown_clippy_lints.rs:2:10 --> $DIR/unknown_clippy_lints.rs:10:10
| |
2 | #![allow(clippy::All)] 10 | #![allow(clippy::All)]
| ^^^^^^^^^^^ help: lowercase the lint name: `all` | ^^^^^^^^^^^ help: lowercase the lint name: `all`
error: aborting due to 2 previous errors error: aborting due to 2 previous errors