1
Fork 0

Remove unused intercrate dependencies

This commit is contained in:
clubby789 2024-11-07 14:17:16 +00:00
parent fe43131683
commit b480f0f224
11 changed files with 2 additions and 24 deletions

View file

@ -14,7 +14,6 @@ rustc_errors = { path = "../rustc_errors" }
rustc_feature = { path = "../rustc_feature" }
rustc_fluent_macro = { path = "../rustc_fluent_macro" }
rustc_hir = { path = "../rustc_hir" }
rustc_hir_pretty = { path = "../rustc_hir_pretty" }
rustc_index = { path = "../rustc_index" }
rustc_infer = { path = "../rustc_infer" }
rustc_macros = { path = "../rustc_macros" }