about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2021-06-24 23:03:24 -0700
committerJosh Triplett <josh@joshtriplett.org>2021-06-25 01:12:59 -0700
commite37d6a9baea1ab18a62e5ed0c136267ea5bf4083 (patch)
tree52d428e7e48079e34bb7afeb221c2433864789bd
parent6e75aae3555e75bf883bd1207ae4edcf588a77ab (diff)
downloadrust-e37d6a9baea1ab18a62e5ed0c136267ea5bf4083.tar.gz
rust-e37d6a9baea1ab18a62e5ed0c136267ea5bf4083.zip
rustc_codegen_llvm: Remove unused dependency rustc_feature
Unused since commit 622c48e4f1a5bc3727f8ead89767c8a9e367a77e
("Allow making `RUSTC_BOOTSTRAP` conditional on the crate name").
-rw-r--r--Cargo.lock1
-rw-r--r--compiler/rustc_codegen_llvm/Cargo.toml1
2 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 509409ad272..ab44e3fb85f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3713,7 +3713,6 @@ dependencies = [
  "rustc_codegen_ssa",
  "rustc_data_structures",
  "rustc_errors",
- "rustc_feature",
  "rustc_fs_util",
  "rustc_hir",
  "rustc_incremental",
diff --git a/compiler/rustc_codegen_llvm/Cargo.toml b/compiler/rustc_codegen_llvm/Cargo.toml
index d0eb6913acc..98d29346950 100644
--- a/compiler/rustc_codegen_llvm/Cargo.toml
+++ b/compiler/rustc_codegen_llvm/Cargo.toml
@@ -21,7 +21,6 @@ rustc_attr = { path = "../rustc_attr" }
 rustc_codegen_ssa = { path = "../rustc_codegen_ssa" }
 rustc_data_structures = { path = "../rustc_data_structures" }
 rustc_errors = { path = "../rustc_errors" }
-rustc_feature = { path = "../rustc_feature" }
 rustc_fs_util = { path = "../rustc_fs_util" }
 rustc_hir = { path = "../rustc_hir" }
 rustc_incremental = { path = "../rustc_incremental" }