We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e43c3b commit 3d84ffbCopy full SHA for 3d84ffb
tests/ui/lint_without_lint_pass.stderr
@@ -1,8 +1,7 @@
1
error: the lint `TEST_LINT` is not added to any `LintPass`
2
- --> $DIR/lint_without_lint_pass.rs:11:1
+ --> $DIR/lint_without_lint_pass.rs:12:1
3
|
4
-11 | / declare_clippy_lint!
5
-12 | | {
+12 | / declare_clippy_lint! {
6
13 | | pub TEST_LINT,
7
14 | | correctness,
8
15 | | ""
0 commit comments