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 @@ -37,7 +37,7 @@ declare_clippy_lint! {
37
37
#[ clippy:: version = "1.38.0" ]
38
38
pub TYPE_REPETITION_IN_BOUNDS ,
39
39
nursery,
40
- "Types are repeated unnecessary in trait bounds use `+` instead of using `T: _, T: _`"
40
+ "types are repeated unnecessary in trait bounds use `+` instead of using `T: _, T: _`"
41
41
}
42
42
43
43
declare_clippy_lint ! {
@@ -67,7 +67,7 @@ declare_clippy_lint! {
67
67
#[ clippy:: version = "1.47.0" ]
68
68
pub TRAIT_DUPLICATION_IN_BOUNDS ,
69
69
nursery,
70
- "Check if the same trait bounds are specified twice during a function declaration"
70
+ "check if the same trait bounds are specified twice during a function declaration"
71
71
}
72
72
73
73
declare_clippy_lint ! {
@@ -96,7 +96,7 @@ declare_clippy_lint! {
96
96
#[ clippy:: version = "1.62.0" ]
97
97
pub REPEATED_WHERE_CLAUSES_OR_TRAIT_BOUNDS ,
98
98
pedantic,
99
- "Traits are repeated within trait bounds or where clause"
99
+ "traits are repeated within trait bounds or where clause"
100
100
}
101
101
102
102
#[ derive( Copy , Clone ) ]
You can’t perform that action at this time.
0 commit comments