summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_privacy/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_privacy/Cargo.toml')
-rw-r--r--compiler/rustc_privacy/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_privacy/Cargo.toml b/compiler/rustc_privacy/Cargo.toml
index 832fdc9f0..744cb77dd 100644
--- a/compiler/rustc_privacy/Cargo.toml
+++ b/compiler/rustc_privacy/Cargo.toml
@@ -13,6 +13,5 @@ rustc_macros = { path = "../rustc_macros" }
rustc_middle = { path = "../rustc_middle" }
rustc_session = { path = "../rustc_session" }
rustc_span = { path = "../rustc_span" }
-rustc_trait_selection = { path = "../rustc_trait_selection" }
rustc_hir_analysis = { path = "../rustc_hir_analysis" }
tracing = "0.1"