Skip to content

Commit 788d952

Browse files
committed
Remove an unneeded dependency.
1 parent 2e4e2a8 commit 788d952

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
@@ -4054,7 +4054,6 @@ dependencies = [
40544054
"rustc_hir_analysis",
40554055
"rustc_hir_typeck",
40564056
"rustc_incremental",
4057-
"rustc_index",
40584057
"rustc_lint",
40594058
"rustc_macros",
40604059
"rustc_metadata",

compiler/rustc_interface/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ rustc_middle = { path = "../rustc_middle" }
2626
rustc_ast_lowering = { path = "../rustc_ast_lowering" }
2727
rustc_ast_passes = { path = "../rustc_ast_passes" }
2828
rustc_incremental = { path = "../rustc_incremental" }
29-
rustc_index = { path = "../rustc_index" }
3029
rustc_traits = { path = "../rustc_traits" }
3130
rustc_data_structures = { path = "../rustc_data_structures" }
3231
rustc_codegen_ssa = { path = "../rustc_codegen_ssa" }

0 commit comments

Comments
 (0)