rust-clippy
rust-clippy copied to clipboard
Add new lint: `std_wildcard_imports`
changelog: [std_wildcard_imports]: Initial implementation
This fixes rust-lang/rust-clippy#13961.
Please let me know if there any missing test cases and/or changes!
TODO
- [x] Fix failed tests from other lints
- [x] Add more test cases