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

@ -8,9 +8,7 @@ edition = "2021"
bitflags = "2.4.1"
rustc_abi = { path = "../rustc_abi" }
rustc_data_structures = { path = "../rustc_data_structures" }
rustc_feature = { path = "../rustc_feature" }
rustc_fs_util = { path = "../rustc_fs_util" }
rustc_index = { path = "../rustc_index" }
rustc_macros = { path = "../rustc_macros" }
rustc_serialize = { path = "../rustc_serialize" }
rustc_span = { path = "../rustc_span" }