1
Fork 0

Rollup merge of #110681 - klensy:cut-dep, r=lcnr

drop few unused crates, gate libc under unix for rustc_codegen_ssa

Small cleanup.
This commit is contained in:
Yuki Okushi 2023-04-25 02:33:29 +09:00 committed by GitHub
commit a373623d55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 3 additions and 23 deletions

View file

@ -11,7 +11,6 @@ libloading = "0.7.1"
odht = { version = "0.3.1", features = ["nightly"] }
snap = "1"
tracing = "0.1"
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
tempfile = "3.2"
rustc_middle = { path = "../rustc_middle" }
rustc_attr = { path = "../rustc_attr" }