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:
commit
a373623d55
13 changed files with 3 additions and 23 deletions
|
@ -8,7 +8,6 @@ edition = "2021"
|
|||
[dependencies]
|
||||
serde = "1"
|
||||
serde_json = "1"
|
||||
smallvec = { version = "1.8.1", features = [ "union", "may_dangle" ] }
|
||||
tracing = "0.1"
|
||||
rustc_data_structures = { path = "../rustc_data_structures" }
|
||||
rustc_errors = { path = "../rustc_errors" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue