We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7427065 commit 8a6f42aCopy full SHA for 8a6f42a
clippy_lints/src/wildcard_imports.rs
@@ -36,7 +36,7 @@ declare_clippy_lint! {
36
declare_clippy_lint! {
37
/// **What it does:** Checks for wildcard imports `use _::*`.
38
///
39
- /// **Why is this bad?** wildcard imports can polute the namespace. This is especially bad if
+ /// **Why is this bad?** wildcard imports can pollute the namespace. This is especially bad if
40
/// you try to import something through a wildcard, that already has been imported by name from
41
/// a different source:
42
0 commit comments