mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
20379e4d4e
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