File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ declare_clippy_lint! {
36
36
#[ clippy:: version = "1.38.0" ]
37
37
pub TYPE_REPETITION_IN_BOUNDS ,
38
38
nursery,
39
- "Types are repeated unnecessary in trait bounds use `+` instead of using `T: _, T: _`"
39
+ "types are repeated unnecessary in trait bounds use `+` instead of using `T: _, T: _`"
40
40
}
41
41
42
42
declare_clippy_lint ! {
@@ -66,7 +66,7 @@ declare_clippy_lint! {
66
66
#[ clippy:: version = "1.47.0" ]
67
67
pub TRAIT_DUPLICATION_IN_BOUNDS ,
68
68
nursery,
69
- "Check if the same trait bounds are specified twice during a function declaration"
69
+ "check if the same trait bounds are specified twice during a function declaration"
70
70
}
71
71
72
72
declare_clippy_lint ! {
@@ -95,7 +95,7 @@ declare_clippy_lint! {
95
95
#[ clippy:: version = "1.62.0" ]
96
96
pub REPEATED_WHERE_CLAUSES_OR_TRAIT_BOUNDS ,
97
97
pedantic,
98
- "Traits are repeated within trait bounds or where clause"
98
+ "traits are repeated within trait bounds or where clause"
99
99
}
100
100
101
101
#[ derive( Copy , Clone ) ]
You can’t perform that action at this time.
0 commit comments