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:
parent
7d75cac8e6
commit
f7460121dc
@ -4211,7 +4211,6 @@ dependencies = [
|
||||
"rustc_session",
|
||||
"rustc_span",
|
||||
"rustc_target",
|
||||
"rustc_trait_selection",
|
||||
"tracing",
|
||||
]
|
||||
|
||||
|
@ -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" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user