Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit e37d6a9

Browse files
committed
rustc_codegen_llvm: Remove unused dependency rustc_feature
Unused since commit 622c48e ("Allow making `RUSTC_BOOTSTRAP` conditional on the crate name").
1 parent 6e75aae commit e37d6a9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3713,7 +3713,6 @@ dependencies = [
37133713
"rustc_codegen_ssa",
37143714
"rustc_data_structures",
37153715
"rustc_errors",
3716-
"rustc_feature",
37173716
"rustc_fs_util",
37183717
"rustc_hir",
37193718
"rustc_incremental",

compiler/rustc_codegen_llvm/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ rustc_attr = { path = "../rustc_attr" }
2121
rustc_codegen_ssa = { path = "../rustc_codegen_ssa" }
2222
rustc_data_structures = { path = "../rustc_data_structures" }
2323
rustc_errors = { path = "../rustc_errors" }
24-
rustc_feature = { path = "../rustc_feature" }
2524
rustc_fs_util = { path = "../rustc_fs_util" }
2625
rustc_hir = { path = "../rustc_hir" }
2726
rustc_incremental = { path = "../rustc_incremental" }

0 commit comments

Comments
 (0)