1
Fork 0

remove currently unused deps

This commit is contained in:
klensy 2022-06-13 21:50:44 +03:00
parent 083721a1a7
commit 4ea4e2e76d
14 changed files with 6 additions and 30 deletions

View file

@ -19,7 +19,6 @@ rustc_index = { path = "../rustc_index" }
rustc_middle = { path = "../rustc_middle" }
rustc_const_eval = { path = "../rustc_const_eval" }
rustc_mir_dataflow = { path = "../rustc_mir_dataflow" }
rustc_query_system = { path = "../rustc_query_system" }
rustc_serialize = { path = "../rustc_serialize" }
rustc_session = { path = "../rustc_session" }
rustc_target = { path = "../rustc_target" }