mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-06 21:07:00 +00:00
Fix typo in wildcard_imports
This commit is contained in:
parent
742706511c
commit
8a6f42a970
@ -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 New Issue
Block a user