1
Fork 0

Remove unnecessary dependencies.

This commit is contained in:
Nicholas Nethercote 2023-11-22 10:39:44 +11:00
parent 57cd5e6551
commit af3fbb3607
3 changed files with 0 additions and 4 deletions

View file

@ -9,7 +9,6 @@ odht = { version = "0.3.1", features = ["nightly"] }
rustc_arena = { path = "../rustc_arena" }
rustc_ast = { path = "../rustc_ast" }
rustc_data_structures = { path = "../rustc_data_structures" }
rustc_error_messages = { path = "../rustc_error_messages" }
rustc_index = { path = "../rustc_index" }
rustc_macros = { path = "../rustc_macros" }
rustc_serialize = { path = "../rustc_serialize" }