We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b831257 commit 9723f96Copy full SHA for 9723f96
clippy_lints/src/trait_bounds.rs
@@ -82,7 +82,7 @@ declare_clippy_lint! {
82
#[clippy::version = "1.47.0"]
83
pub TRAIT_DUPLICATION_IN_BOUNDS,
84
nursery,
85
- "check if the same trait bounds are specified twice during a function declaration"
+ "check if the same trait bounds are specified more than once during a generic declaration"
86
}
87
88
#[derive(Copy, Clone)]
0 commit comments