rustc_passes: remove unused rustc_parse dep
This commit is contained in:
parent
ae213db0f5
commit
7d6548a14a
2 changed files with 0 additions and 2 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue