1
Fork 0

remove unused imports

This commit is contained in:
klensy 2023-02-06 16:26:31 +03:00
parent 0c13c17250
commit 4f5f9f0a13
15 changed files with 0 additions and 34 deletions

View file

@ -19,7 +19,6 @@ rustc_infer = { path = "../rustc_infer" }
rustc_macros = { path = "../rustc_macros" }
rustc_middle = { path = "../rustc_middle" }
rustc_mir_dataflow = { path = "../rustc_mir_dataflow" }
rustc_query_system = { path = "../rustc_query_system" }
rustc_session = { path = "../rustc_session" }
rustc_target = { path = "../rustc_target" }
rustc_trait_selection = { path = "../rustc_trait_selection" }