mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 03:07:25 +00:00

rm `import.used` By the way, `import_used_map` will only be used during `build_reduced_graph` and `finalize`, so it can be split from `Resolver` in the future. r? ``@petrochenkov``