Remove some unused crate dependencies.
I found these by setting the `unused_crate_dependencies` lint temporarily to `Warn`.
This commit is contained in:
parent
a70b2ae577
commit
29629d0075
12 changed files with 5 additions and 49 deletions
|
@ -19,7 +19,6 @@ rustc_errors = { path = "../rustc_errors" }
|
|||
rustc_expand = { path = "../rustc_expand" }
|
||||
rustc_feature = { path = "../rustc_feature" }
|
||||
rustc_fluent_macro = { path = "../rustc_fluent_macro" }
|
||||
rustc_hir = { path = "../rustc_hir" }
|
||||
rustc_hir_analysis = { path = "../rustc_hir_analysis" }
|
||||
rustc_hir_pretty = { path = "../rustc_hir_pretty" }
|
||||
rustc_hir_typeck = { path = "../rustc_hir_typeck" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue