Skip to content

Commit b836ecd

Browse files
committed
rustc_interface: Remove unused dependency rustc_index
Unused since commit cd7a011 ("Don't duplicate the extern providers once for each crate").
1 parent 40cc278 commit b836ecd

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
@@ -3973,7 +3973,6 @@ dependencies = [
39733973
"rustc_expand",
39743974
"rustc_hir",
39753975
"rustc_incremental",
3976-
"rustc_index",
39773976
"rustc_lint",
39783977
"rustc_metadata",
39793978
"rustc_middle",

compiler/rustc_interface/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ rustc_codegen_ssa = { path = "../rustc_codegen_ssa" }
3131
rustc_symbol_mangling = { path = "../rustc_symbol_mangling" }
3232
rustc_codegen_llvm = { path = "../rustc_codegen_llvm", optional = true }
3333
rustc_hir = { path = "../rustc_hir" }
34-
rustc_index = { path = "../rustc_index" }
3534
rustc_metadata = { path = "../rustc_metadata" }
3635
rustc_mir = { path = "../rustc_mir" }
3736
rustc_mir_build = { path = "../rustc_mir_build" }

0 commit comments

Comments
 (0)