We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e082ba commit 02db985Copy full SHA for 02db985
clippy_lints/src/needless_traits_in_scope.rs
@@ -36,7 +36,7 @@ declare_clippy_lint! {
36
/// ```
37
#[clippy::version = "1.69.0"]
38
pub NEEDLESS_TRAITS_IN_SCOPE,
39
- pedantic,
+ restriction,
40
"trait is needlessly imported in trait's namespace, and can be anonymously imported"
41
}
42
declare_lint_pass!(NeedlessTraitsInScope => [NEEDLESS_TRAITS_IN_SCOPE]);
0 commit comments