1
Fork 0

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

@ -5,7 +5,6 @@ edition = "2021"
[dependencies]
# tidy-alphabetical-start
either = "1"
itertools = "0.12"
rustc_apfloat = "0.2.0"
rustc_arena = { path = "../rustc_arena" }
@ -24,6 +23,5 @@ rustc_session = { path = "../rustc_session" }
rustc_span = { path = "../rustc_span" }
rustc_target = { path = "../rustc_target" }
rustc_trait_selection = { path = "../rustc_trait_selection" }
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
tracing = "0.1"
# tidy-alphabetical-end