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