mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-29 07:10:33 +00:00
Remove unused dependencies from compiler crates Various compiler crates have dependencies that they don't appear to use. I used some scripting to detect such dependencies, filtered them based on some manual review, and removed those that do indeed appear to be entirely unused.