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 02db985 commit ef7fac2Copy full SHA for ef7fac2
clippy_lints/src/needless_traits_in_scope.rs
@@ -14,7 +14,9 @@ declare_clippy_lint! {
14
/// It also helps identify the traits in `use` statements.
15
///
16
/// ### Why is this bad?
17
- /// This needlessly brings a trait in trait's namespace.
+ /// This needlessly brings a trait in trait's namespace, where it could
18
+ /// shadow other things. This is not really a problem, this lint is just
19
+ /// for those who like to keep things tidy.
20
21
/// ### Example
22
/// ```rust
0 commit comments