Skip to content

Commit 5689a86

Browse files
committed
move implied_bounds_in_impls to complexity
1 parent 3664d63 commit 5689a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/implied_bounds_in_impls.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ declare_clippy_lint! {
4545
/// ```
4646
#[clippy::version = "1.74.0"]
4747
pub IMPLIED_BOUNDS_IN_IMPLS,
48-
nursery,
48+
complexity,
4949
"specifying bounds that are implied by other bounds in `impl Trait` type"
5050
}
5151
declare_lint_pass!(ImpliedBoundsInImpls => [IMPLIED_BOUNDS_IN_IMPLS]);

0 commit comments

Comments
 (0)