2018-09-10 17:52:44 +02:00
|
|
|
error: unknown clippy lint: clippy::if_not_els
|
2019-01-07 22:33:18 +01:00
|
|
|
--> $DIR/unknown_clippy_lints.rs:4:8
|
2018-11-02 12:58:16 +01:00
|
|
|
|
|
2018-12-27 16:57:55 +01:00
|
|
|
LL | #[warn(clippy::if_not_els)]
|
2018-11-02 12:58:16 +01:00
|
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: `-D clippy::unknown-clippy-lints` implied by `-D warnings`
|
2018-09-10 17:21:50 +02:00
|
|
|
|
2018-09-10 17:52:44 +02:00
|
|
|
error: unknown clippy lint: clippy::All
|
2019-01-07 22:33:18 +01:00
|
|
|
--> $DIR/unknown_clippy_lints.rs:1:10
|
2018-11-02 12:58:16 +01:00
|
|
|
|
|
2018-12-27 16:57:55 +01:00
|
|
|
LL | #![allow(clippy::All)]
|
2018-11-02 12:58:16 +01:00
|
|
|
| ^^^^^^^^^^^ help: lowercase the lint name: `all`
|
2018-09-10 17:21:50 +02:00
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|