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.
implied_bounds_in_impls
1 parent 3664d63 commit 5689a86Copy full SHA for 5689a86
clippy_lints/src/implied_bounds_in_impls.rs
@@ -45,7 +45,7 @@ declare_clippy_lint! {
45
/// ```
46
#[clippy::version = "1.74.0"]
47
pub IMPLIED_BOUNDS_IN_IMPLS,
48
- nursery,
+ complexity,
49
"specifying bounds that are implied by other bounds in `impl Trait` type"
50
}
51
declare_lint_pass!(ImpliedBoundsInImpls => [IMPLIED_BOUNDS_IN_IMPLS]);
0 commit comments