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 b6788a7 commit c3a866cCopy full SHA for c3a866c
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
- nursery,
+ pedantic,
46
"use items that import a trait but only use it anonymously"
47
}
48
0 commit comments