rustc_passes: remove unused rustc_parse dep

This commit is contained in:
Mazdak Farrokhzad 2020-01-05 12:02:45 +01:00
parent ae213db0f5
commit 7d6548a14a
2 changed files with 0 additions and 2 deletions

View file

@ -16,7 +16,6 @@ rustc_errors = { path = "../librustc_errors" }
rustc_feature = { path = "../librustc_feature" }
rustc_hir = { path = "../librustc_hir" }
rustc_index = { path = "../librustc_index" }
rustc_parse = { path = "../librustc_parse" }
rustc_session = { path = "../librustc_session" }
rustc_target = { path = "../librustc_target" }
syntax = { path = "../libsyntax" }