about summary refs log tree commit diff
path: root/compiler/rustc_data_structures
diff options
context:
space:
mode:
authorklensy <klensy@users.noreply.github.com>2023-04-22 13:38:18 +0300
committerklensy <klensy@users.noreply.github.com>2023-04-22 15:22:21 +0300
commit3338ee3ca7da64285102c1568adacd8e2deb3a1b (patch)
tree25ceec38385070a90380852670bade01f503f140 /compiler/rustc_data_structures
parentccb6290e437bdeccbd509795f00a2390dad1fbeb (diff)
downloadrust-3338ee3ca7da64285102c1568adacd8e2deb3a1b.tar.gz
rust-3338ee3ca7da64285102c1568adacd8e2deb3a1b.zip
drop unused deps, gate libc under unix for one crate
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"