Skip to content

Commit c3a866c

Browse files
Move to pedantic
1 parent b6788a7 commit c3a866c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/anon_trait_imports.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ declare_clippy_lint! {
4242
/// ```
4343
#[clippy::version = "1.82.0"]
4444
pub ANON_TRAIT_IMPORTS,
45-
nursery,
45+
pedantic,
4646
"use items that import a trait but only use it anonymously"
4747
}
4848

0 commit comments

Comments
 (0)