rustc_passes: Remove unused dependency rustc_trait_selection

Unused since commit 6a32e794c2180a514ad80d3a481300b9afe0b536
("stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union'").
This commit is contained in:
Josh Triplett 2021-06-24 23:39:41 -07:00
parent 7d75cac8e6
commit f7460121dc
2 changed files with 0 additions and 2 deletions

View File

@ -4211,7 +4211,6 @@ dependencies = [
"rustc_session",
"rustc_span",
"rustc_target",
"rustc_trait_selection",
"tracing",
]

View File

@ -17,6 +17,5 @@ rustc_target = { path = "../rustc_target" }
rustc_ast = { path = "../rustc_ast" }
rustc_serialize = { path = "../rustc_serialize" }
rustc_span = { path = "../rustc_span" }
rustc_trait_selection = { path = "../rustc_trait_selection" }
rustc_lexer = { path = "../rustc_lexer" }
rustc_ast_pretty = { path = "../rustc_ast_pretty" }