summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm
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_codegen_llvm
parentccb6290e437bdeccbd509795f00a2390dad1fbeb (diff)
downloadrust-3338ee3ca7da64285102c1568adacd8e2deb3a1b.tar.gz
rust-3338ee3ca7da64285102c1568adacd8e2deb3a1b.zip
drop unused deps, gate libc under unix for one crate
Diffstat (limited to 'compiler/rustc_codegen_llvm')
-rw-r--r--compiler/rustc_codegen_llvm/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/Cargo.toml b/compiler/rustc_codegen_llvm/Cargo.toml
index bdea565a5a6..5e750d91b82 100644
--- a/compiler/rustc_codegen_llvm/Cargo.toml
+++ b/compiler/rustc_codegen_llvm/Cargo.toml
@@ -36,6 +36,5 @@ rustc_target = { path = "../rustc_target" }
 smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
 rustc_ast = { path = "../rustc_ast" }
 rustc_span = { path = "../rustc_span" }
-tempfile = "3.2.0"
 serde = { version = "1", features = [ "derive" ]}
 serde_json = "1"