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

@ -16,7 +16,6 @@ rustc_codegen_ssa = { path = "../rustc_codegen_ssa" }
rustc_const_eval = { path = "../rustc_const_eval" }
rustc_data_structures = { path = "../rustc_data_structures" }
rustc_error_codes = { path = "../rustc_error_codes" }
rustc_error_messages = { path = "../rustc_error_messages" }
rustc_errors = { path = "../rustc_errors" }
rustc_expand = { path = "../rustc_expand" }
rustc_feature = { path = "../rustc_feature" }