File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -4054,7 +4054,6 @@ dependencies = [
4054
4054
" rustc_hir_analysis" ,
4055
4055
" rustc_hir_typeck" ,
4056
4056
" rustc_incremental" ,
4057
- " rustc_index" ,
4058
4057
" rustc_lint" ,
4059
4058
" rustc_macros" ,
4060
4059
" rustc_metadata" ,
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ rustc_middle = { path = "../rustc_middle" }
26
26
rustc_ast_lowering = { path = " ../rustc_ast_lowering" }
27
27
rustc_ast_passes = { path = " ../rustc_ast_passes" }
28
28
rustc_incremental = { path = " ../rustc_incremental" }
29
- rustc_index = { path = " ../rustc_index" }
30
29
rustc_traits = { path = " ../rustc_traits" }
31
30
rustc_data_structures = { path = " ../rustc_data_structures" }
32
31
rustc_codegen_ssa = { path = " ../rustc_codegen_ssa" }
You can’t perform that action at this time.
0 commit comments