Skip to content

Commit

Permalink
Rollup merge of rust-lang#5716 - bugadani:patch-1, r=matthiaskrgr
Browse files Browse the repository at this point in the history
Fix typo in wildcard_imports

changelog: none
  • Loading branch information
flip1995 authored Jun 23, 2020
2 parents 598a79f + 8a6f42a commit 68c0b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/wildcard_imports.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ declare_clippy_lint! {
declare_clippy_lint! {
/// **What it does:** Checks for wildcard imports `use _::*`.
///
/// **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
/// you try to import something through a wildcard, that already has been imported by name from
/// a different source:
///
Expand Down

0 comments on commit 68c0b24

Please sign in to comment.