1
Fork 0

Remove some unnecessary crate dependencies.

This commit is contained in:
Nicholas Nethercote 2024-06-13 11:42:52 +10:00
parent 8337ba9189
commit 12432130a3
3 changed files with 5 additions and 3 deletions

View file

@ -18,7 +18,6 @@ rustc_macros = { path = "../rustc_macros" }
rustc_middle = { path = "../rustc_middle" }
rustc_span = { path = "../rustc_span" }
rustc_target = { path = "../rustc_target" }
rustc_type_ir = { path = "../rustc_type_ir" }
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
tracing = "0.1"
# tidy-alphabetical-end