Remove some unused crate dependencies.

I found these by setting the `unused_crate_dependencies` lint
temporarily to `Warn`.
This commit is contained in:
Nicholas Nethercote 2024-06-05 13:37:19 +10:00
parent a70b2ae577
commit 29629d0075
12 changed files with 5 additions and 49 deletions

View file

@ -9,7 +9,6 @@ rustc_data_structures = { path = "../rustc_data_structures", optional = true }
rustc_macros = { path = "../rustc_macros", optional = true }
rustc_serialize = { path = "../rustc_serialize", optional = true }
rustc_span = { path = "../rustc_span", optional = true }
smallvec = { version = "1.8.1" }
# tidy-alphabetical-end
[features]