File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ declare_clippy_lint! {
56
56
/// ```
57
57
pub TRAIT_DUPLICATION_IN_BOUNDS ,
58
58
pedantic,
59
- "Check if the same trait bounds are specifed twice during a function declaration"
59
+ "Check if the same trait bounds are specified twice during a function declaration"
60
60
}
61
61
62
62
#[ derive( Copy , Clone ) ]
Original file line number Diff line number Diff line change @@ -2169,7 +2169,7 @@ pub static ref ALL_LINTS: Vec<Lint> = vec![
2169
2169
Lint {
2170
2170
name: "trait_duplication_in_bounds" ,
2171
2171
group: "pedantic" ,
2172
- desc: "Check if the same trait bounds are specifed twice during a function declaration" ,
2172
+ desc: "Check if the same trait bounds are specified twice during a function declaration" ,
2173
2173
deprecation: None ,
2174
2174
module: "trait_bounds" ,
2175
2175
} ,
You can’t perform that action at this time.
0 commit comments