mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 19:10:36 +00:00
Add `REDUNDANT_IMPORTS` lint for new redundant import detection Defaults to Allow for now. Stacked on #123744 to avoid merge conflict, but much easier to review all as one. r? petrochenkov