Skip to content

Commit 3d84ffb

Browse files
committed
Update .stderr file
1 parent 1e43c3b commit 3d84ffb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/ui/lint_without_lint_pass.stderr

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
error: the lint `TEST_LINT` is not added to any `LintPass`
2-
--> $DIR/lint_without_lint_pass.rs:11:1
2+
--> $DIR/lint_without_lint_pass.rs:12:1
33
|
4-
11 | / declare_clippy_lint!
5-
12 | | {
4+
12 | / declare_clippy_lint! {
65
13 | | pub TEST_LINT,
76
14 | | correctness,
87
15 | | ""

0 commit comments

Comments
 (0)