]> git.lizzy.rs Git - rust.git/commitdiff
rustc_passes: Remove unused dependency rustc_trait_selection
authorJosh Triplett <josh@joshtriplett.org>
Fri, 25 Jun 2021 06:39:41 +0000 (23:39 -0700)
committerJosh Triplett <josh@joshtriplett.org>
Fri, 25 Jun 2021 08:12:59 +0000 (01:12 -0700)
Unused since commit 6a32e794c2180a514ad80d3a481300b9afe0b536
("stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union'").

Cargo.lock
compiler/rustc_passes/Cargo.toml

index 0c1f372968c290ad2db0937fc5ec355ba5008aac..015c0fe1be1c64e2b140ba024fca14b10e7c4ab9 100644 (file)
@@ -4211,7 +4211,6 @@ dependencies = [
  "rustc_session",
  "rustc_span",
  "rustc_target",
- "rustc_trait_selection",
  "tracing",
 ]
 
index 4069fb2127e026a7e2c93b63efe05d5bed82018e..c69d4886bd6dd617008645b0c707d953e1a0886f 100644 (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" }