typo fix
This commit is contained in:
parent
94c50bc8c9
commit
2b7fde6a4b
@ -56,7 +56,7 @@ declare_clippy_lint! {
|
||||
/// ```
|
||||
pub TRAIT_DUPLICATION_IN_BOUNDS,
|
||||
pedantic,
|
||||
"Check if the same trait bounds are specifed twice during a function declaration"
|
||||
"Check if the same trait bounds are specified twice during a function declaration"
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone)]
|
||||
|
@ -2169,7 +2169,7 @@ pub static ref ALL_LINTS: Vec<Lint> = vec![
|
||||
Lint {
|
||||
name: "trait_duplication_in_bounds",
|
||||
group: "pedantic",
|
||||
desc: "Check if the same trait bounds are specifed twice during a function declaration",
|
||||
desc: "Check if the same trait bounds are specified twice during a function declaration",
|
||||
deprecation: None,
|
||||
module: "trait_bounds",
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user