Skip to content

Commit faa1db3

Browse files
committed
Update stderr
1 parent 4e1102f commit faa1db3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tests/ui/unknown_clippy_lints.stderr

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
error: unknown 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`
2+
--> $DIR/unknown_clippy_lints.rs:13:8
3+
|
4+
13 | #[warn(clippy::if_not_els)]
5+
| ^^^^^^^^^^^^^^^^^^
6+
|
7+
= note: `-D clippy::unknown-clippy-lints` implied by `-D warnings`
88

99
error: unknown 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`
10+
--> $DIR/unknown_clippy_lints.rs:10:10
11+
|
12+
10 | #![allow(clippy::All)]
13+
| ^^^^^^^^^^^ help: lowercase the lint name: `all`
1414

1515
error: aborting due to 2 previous errors
1616

0 commit comments

Comments
 (0)