1
Fork 0

Rollup merge of #126368 - nnethercote:rm-more-unused-crate-deps, r=jackh726

Remove some unnecessary crate dependencies.

A follow-up to #126063.

r? ``@jackh726``
This commit is contained in:
Matthias Krüger 2024-06-14 08:35:50 +02:00 committed by GitHub
commit 9f2fc640f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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