Skip to content

Commit 025eb20

Browse files
committed
Remove unneeded dependencies from rustc_monomorphize.
1 parent 99592fd commit 025eb20

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
@@ -4293,7 +4293,6 @@ dependencies = [
42934293
"rustc_errors",
42944294
"rustc_fluent_macro",
42954295
"rustc_hir",
4296-
"rustc_index",
42974296
"rustc_macros",
42984297
"rustc_middle",
42994298
"rustc_session",

compiler/rustc_monomorphize/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ rustc_data_structures = { path = "../rustc_data_structures" }
1313
rustc_errors = { path = "../rustc_errors" }
1414
rustc_hir = { path = "../rustc_hir" }
1515
rustc_fluent_macro = { path = "../rustc_fluent_macro" }
16-
rustc_index = { path = "../rustc_index" }
1716
rustc_macros = { path = "../rustc_macros" }
1817
rustc_middle = { path = "../rustc_middle" }
1918
rustc_session = { path = "../rustc_session" }

0 commit comments

Comments
 (0)