Skip to content

Commit 68c0b24

Browse files
authored
Rollup merge of rust-lang#5716 - bugadani:patch-1, r=matthiaskrgr
Fix typo in wildcard_imports changelog: none
2 parents 598a79f + 8a6f42a commit 68c0b24

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)