mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-11 22:02:55 +00:00
Fix typo in wildcard_imports
This commit is contained in:
parent
742706511c
commit
8a6f42a970
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue