1
- warning: lint name `clippy_group` is deprecated and may not have an effect in the future
1
+ warning: lint name `clippy_group` is deprecated and may not have an effect in the future Also `cfg_attr(cargo-clippy)` won't be necessary anymore
2
2
--> $DIR/lint_tool_test.rs:17:9
3
3
|
4
4
LL | #![deny(clippy_group)]
5
5
| ^^^^^^^^^^^^ help: change it to: `clippy::group`
6
6
|
7
7
= note: #[warn(renamed_and_removed_lints)] on by default
8
8
9
- warning: lint name `test_group` is deprecated and may not have an effect in the future
10
- --> $DIR/lint_tool_test.rs:31 :9
9
+ warning: lint name `test_group` is deprecated and may not have an effect in the future Also `cfg_attr(cargo-clippy)` won't be necessary anymore
10
+ --> $DIR/lint_tool_test.rs:32 :9
11
11
|
12
12
LL | #[allow(test_group)]
13
13
| ^^^^^^^^^^ help: change it to: `clippy::test_group`
14
14
15
15
warning: unknown lint: `this_lint_does_not_exist`
16
- --> $DIR/lint_tool_test.rs:33 :8
16
+ --> $DIR/lint_tool_test.rs:34 :8
17
17
|
18
18
LL | #[deny(this_lint_does_not_exist)] //~ WARNING unknown lint: `this_lint_does_not_exist`
19
19
| ^^^^^^^^^^^^^^^^^^^^^^^^
20
20
|
21
21
= note: #[warn(unknown_lints)] on by default
22
22
23
- warning: lint name `clippy_group` is deprecated and may not have an effect in the future
23
+ warning: lint name `clippy_group` is deprecated and may not have an effect in the future Also `cfg_attr(cargo-clippy)` won't be necessary anymore
24
24
--> $DIR/lint_tool_test.rs:17:9
25
25
|
26
26
LL | #![deny(clippy_group)]
27
27
| ^^^^^^^^^^^^ help: change it to: `clippy::group`
28
28
29
29
error: item is named 'lintme'
30
- --> $DIR/lint_tool_test.rs:20 :1
30
+ --> $DIR/lint_tool_test.rs:21 :1
31
31
|
32
32
LL | fn lintme() { } //~ ERROR item is named 'lintme'
33
33
| ^^^^^^^^^^^^^^^
@@ -40,7 +40,7 @@ LL | #![deny(clippy_group)]
40
40
= note: #[deny(clippy::test_lint)] implied by #[deny(clippy::group)]
41
41
42
42
error: item is named 'lintmetoo'
43
- --> $DIR/lint_tool_test.rs:28 :5
43
+ --> $DIR/lint_tool_test.rs:29 :5
44
44
|
45
45
LL | fn lintmetoo() { } //~ ERROR item is named 'lintmetoo'
46
46
| ^^^^^^^^^^^^^^^^^^
0 commit comments