mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 03:16:15 +00:00
remove redundant imports detects redundant imports that can be eliminated. for #117772 : In order to facilitate review and modification, split the checking code and removing redundant imports code into two PR. r? `@petrochenkov`
For more information about how rustc works, see the rustc dev guide.