about summary refs log tree commit diff
path: root/compiler/rustc_interface
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_interface
parentccb6290e437bdeccbd509795f00a2390dad1fbeb (diff)
downloadrust-3338ee3ca7da64285102c1568adacd8e2deb3a1b.tar.gz
rust-3338ee3ca7da64285102c1568adacd8e2deb3a1b.zip
drop unused deps, gate libc under unix for one crate
Diffstat (limited to 'compiler/rustc_interface')
-rw-r--r--compiler/rustc_interface/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_interface/Cargo.toml b/compiler/rustc_interface/Cargo.toml
index 4569c35e182..41a0254df18 100644
--- a/compiler/rustc_interface/Cargo.toml
+++ b/compiler/rustc_interface/Cargo.toml
@@ -10,7 +10,6 @@ libloading = "0.7.1"
 tracing = "0.1"
 rustc-rayon-core = { version = "0.5.0", optional = true }
 rustc-rayon = { version = "0.5.0", optional = true }
-smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
 rustc_ast = { path = "../rustc_ast" }
 rustc_attr = { path = "../rustc_attr" }
 rustc_borrowck = { path = "../rustc_borrowck" }