You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: lint `clippy::unused_collect` has been removed: `collect` has been marked as #[must_use] in rustc and that covers all cases of this lint
59
-
--> tests/ui/deprecated.rs:14:9
53
+
--> tests/ui/deprecated.rs:13:9
60
54
|
61
55
LL | #![warn(clippy::unused_collect)]
62
56
| ^^^^^^^^^^^^^^^^^^^^^^
63
57
64
58
error: lint `clippy::replace_consts` has been removed: associated-constants `MIN`/`MAX` of integers are preferred to `{min,max}_value()` and module constants
65
-
--> tests/ui/deprecated.rs:15:9
59
+
--> tests/ui/deprecated.rs:14:9
66
60
|
67
61
LL | #![warn(clippy::replace_consts)]
68
62
| ^^^^^^^^^^^^^^^^^^^^^^
69
63
70
64
error: lint `clippy::regex_macro` has been removed: the regex! macro has been removed from the regex crate in 2018
71
-
--> tests/ui/deprecated.rs:16:9
65
+
--> tests/ui/deprecated.rs:15:9
72
66
|
73
67
LL | #![warn(clippy::regex_macro)]
74
68
| ^^^^^^^^^^^^^^^^^^^
75
69
76
-
error: lint `clippy::find_map` has been removed: this lint has been replaced by `manual_find_map`, a more specific lint
77
-
--> tests/ui/deprecated.rs:17:9
78
-
|
79
-
LL | #![warn(clippy::find_map)]
80
-
| ^^^^^^^^^^^^^^^^
81
-
82
-
error: lint `clippy::filter_map` has been removed: this lint has been replaced by `manual_filter_map`, a more specific lint
83
-
--> tests/ui/deprecated.rs:18:9
84
-
|
85
-
LL | #![warn(clippy::filter_map)]
86
-
| ^^^^^^^^^^^^^^^^^^
87
-
88
70
error: lint `clippy::pub_enum_variant_names` has been removed: set the `avoid-breaking-exported-api` config option to `false` to enable the `enum_variant_names` lint for public items
89
-
--> tests/ui/deprecated.rs:19:9
71
+
--> tests/ui/deprecated.rs:16:9
90
72
|
91
73
LL | #![warn(clippy::pub_enum_variant_names)]
92
74
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
93
75
94
76
error: lint `clippy::wrong_pub_self_convention` has been removed: set the `avoid-breaking-exported-api` config option to `false` to enable the `wrong_self_convention` lint for public items
95
-
--> tests/ui/deprecated.rs:20:9
77
+
--> tests/ui/deprecated.rs:17:9
96
78
|
97
79
LL | #![warn(clippy::wrong_pub_self_convention)]
98
80
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
99
81
100
-
error: lint `clippy::maybe_misused_cfg` has been removed: this lint has been replaced by `unexpected_cfgs`
101
-
--> tests/ui/deprecated.rs:21:9
102
-
|
103
-
LL | #![warn(clippy::maybe_misused_cfg)]
104
-
| ^^^^^^^^^^^^^^^^^^^^^^^^^
105
-
106
-
error: lint `clippy::mismatched_target_os` has been removed: this lint has been replaced by `unexpected_cfgs`
0 commit comments