Skip to content

Commit c1e5740

Browse files
committed
Made lint pedantic
1 parent 49dff2c commit c1e5740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/trait_bounds.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ declare_clippy_lint! {
2424
/// pub fn foo<T>(t: T) where T: Copy + Clone {}
2525
/// ```
2626
pub TYPE_REPETITION_IN_BOUNDS,
27-
complexity,
27+
pedantic,
2828
"Types are repeated unnecessary in trait bounds use `+` instead of using `T: _, T: _`"
2929
}
3030

0 commit comments

Comments
 (0)