]> git.lizzy.rs Git - rust.git/blob - tests/ui/unknown_clippy_lints.stderr
Add tests for unknwon_clippy_lints lint
[rust.git] / tests / ui / unknown_clippy_lints.stderr
1 error: unknwon clippy lint: clippy::if_not_els
2  --> $DIR/unknown_clippy_lints.rs:5:8
3   |
4 5 | #[warn(clippy::if_not_els)]
5   |        ^^^^^^^^^^^^^^^^^^
6   |
7   = note: `-D clippy::unknown-clippy-lints` implied by `-D warnings`
8
9 error: unknwon clippy lint: clippy::All
10  --> $DIR/unknown_clippy_lints.rs:2:10
11   |
12 2 | #![allow(clippy::All)]
13   |          ^^^^^^^^^^^ help: lowercase the lint name: `all`
14
15 error: aborting due to 2 previous errors
16