about summary refs log tree commit diff
path: root/compiler/rustc_query_impl
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2023-10-03 17:03:58 +1100
committerNicholas Nethercote <n.nethercote@gmail.com>2023-10-06 14:57:09 +1100
commit442a66d385bc2cdaf53b042437b9997d7b163d6d (patch)
treebfe11634147dd7b8a6ec9a94a09ca8e7ad17e15e /compiler/rustc_query_impl
parentcae0791da47bb01f16885eb233dcd66b0093a6e1 (diff)
downloadrust-442a66d385bc2cdaf53b042437b9997d7b163d6d.tar.gz
rust-442a66d385bc2cdaf53b042437b9997d7b163d6d.zip
Remove unneeded dependency.
Diffstat (limited to 'compiler/rustc_query_impl')
-rw-r--r--compiler/rustc_query_impl/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_query_impl/Cargo.toml b/compiler/rustc_query_impl/Cargo.toml
index a44dd5ede2f..a350e8b2e3a 100644
--- a/compiler/rustc_query_impl/Cargo.toml
+++ b/compiler/rustc_query_impl/Cargo.toml
@@ -13,7 +13,6 @@ rustc_data_structures = { path = "../rustc_data_structures" }
 rustc_errors = { path = "../rustc_errors" }
 rustc_hir = { path = "../rustc_hir" }
 rustc_index = { path = "../rustc_index" }
-rustc_macros = { path = "../rustc_macros" }
 rustc_middle = { path = "../rustc_middle" }
 rustc_query_system = { path = "../rustc_query_system" }
 rustc-rayon-core = { version = "0.5.0", optional = true }