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 1dc4a62 commit e11fa3dCopy full SHA for e11fa3d
clippy_lints/src/anon_trait_imports.rs
@@ -42,7 +42,7 @@ declare_clippy_lint! {
42
/// ```
43
#[clippy::version = "1.82.0"]
44
pub ANON_TRAIT_IMPORTS,
45
- pedantic,
+ restriction,
46
"use items that import a trait but only use it anonymously"
47
}
48
0 commit comments