Skip to content

Commit 8a6f42a

Browse files
authored
Fix typo in wildcard_imports
1 parent 7427065 commit 8a6f42a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/wildcard_imports.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ declare_clippy_lint! {
3636
declare_clippy_lint! {
3737
/// **What it does:** Checks for wildcard imports `use _::*`.
3838
///
39-
/// **Why is this bad?** wildcard imports can polute the namespace. This is especially bad if
39+
/// **Why is this bad?** wildcard imports can pollute the namespace. This is especially bad if
4040
/// you try to import something through a wildcard, that already has been imported by name from
4141
/// a different source:
4242
///

0 commit comments

Comments
 (0)