mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-11 07:34:18 +00:00
38d4ac7cea
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
16 lines
450 B
Text
16 lines
450 B
Text
error: unknown clippy lint: clippy::if_not_els
|
|
--> $DIR/unknown_clippy_lints.rs:4:8
|
|
|
|
|
LL | #[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:1:10
|
|
|
|
|
LL | #![allow(clippy::All)]
|
|
| ^^^^^^^^^^^ help: lowercase the lint name: `all`
|
|
|
|
error: aborting due to 2 previous errors
|
|
|