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