diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2023-04-25 02:33:29 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-25 02:33:29 +0900 |
| commit | a373623d55a42598dab1ef8c5a6d4dd89f6ca91c (patch) | |
| tree | 6bbf76dea4430b97369c3e6732003c83ec7ac759 /compiler/rustc_data_structures | |
| parent | 2a2df56db5ddb6f42e32e9b2e1ef7db6753ba96a (diff) | |
| parent | 3338ee3ca7da64285102c1568adacd8e2deb3a1b (diff) | |
| download | rust-a373623d55a42598dab1ef8c5a6d4dd89f6ca91c.tar.gz rust-a373623d55a42598dab1ef8c5a6d4dd89f6ca91c.zip | |
Rollup merge of #110681 - klensy:cut-dep, r=lcnr
drop few unused crates, gate libc under unix for rustc_codegen_ssa Small cleanup.
Diffstat (limited to 'compiler/rustc_data_structures')
| -rw-r--r-- | compiler/rustc_data_structures/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/Cargo.toml b/compiler/rustc_data_structures/Cargo.toml index 39f4bc63c88..5e05fe463ed 100644 --- a/compiler/rustc_data_structures/Cargo.toml +++ b/compiler/rustc_data_structures/Cargo.toml @@ -26,7 +26,6 @@ smallvec = { version = "1.8.1", features = [ "union", "may_dangle", ] } -stable_deref_trait = "1.0.0" stacker = "0.1.15" tempfile = "3.2" thin-vec = "0.2.12" |
