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 6a8ca8d commit 34db62cCopy full SHA for 34db62c
clippy_lints/src/anon_trait_import.rs
@@ -40,7 +40,7 @@ declare_clippy_lint! {
40
/// println!("{s}");
41
/// }
42
/// ```
43
- #[clippy::version = "1.80.0"]
+ #[clippy::version = "1.82.0"]
44
pub ANON_TRAIT_IMPORT,
45
nursery,
46
"use items that import a trait but only use it anonymously"
0 commit comments