about summary refs log tree commit diff
path: root/compiler/rustc_data_structures
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2023-04-25 02:33:29 +0900
committerGitHub <noreply@github.com>2023-04-25 02:33:29 +0900
commita373623d55a42598dab1ef8c5a6d4dd89f6ca91c (patch)
tree6bbf76dea4430b97369c3e6732003c83ec7ac759 /compiler/rustc_data_structures
parent2a2df56db5ddb6f42e32e9b2e1ef7db6753ba96a (diff)
parent3338ee3ca7da64285102c1568adacd8e2deb3a1b (diff)
downloadrust-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.toml1
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"