Skip to content

Commit f746012

Browse files
committed
rustc_passes: Remove unused dependency rustc_trait_selection
Unused since commit 6a32e79 ("stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union'").
1 parent 7d75cac commit f746012

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.lock

-1
Original file line numberDiff line numberDiff line change
@@ -4211,7 +4211,6 @@ dependencies = [
42114211
"rustc_session",
42124212
"rustc_span",
42134213
"rustc_target",
4214-
"rustc_trait_selection",
42154214
"tracing",
42164215
]
42174216

compiler/rustc_passes/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ rustc_target = { path = "../rustc_target" }
1717
rustc_ast = { path = "../rustc_ast" }
1818
rustc_serialize = { path = "../rustc_serialize" }
1919
rustc_span = { path = "../rustc_span" }
20-
rustc_trait_selection = { path = "../rustc_trait_selection" }
2120
rustc_lexer = { path = "../rustc_lexer" }
2221
rustc_ast_pretty = { path = "../rustc_ast_pretty" }

0 commit comments

Comments
 (0)