diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-10-03 17:03:58 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-10-06 14:57:09 +1100 |
| commit | 442a66d385bc2cdaf53b042437b9997d7b163d6d (patch) | |
| tree | bfe11634147dd7b8a6ec9a94a09ca8e7ad17e15e /compiler/rustc_query_impl | |
| parent | cae0791da47bb01f16885eb233dcd66b0093a6e1 (diff) | |
| download | rust-442a66d385bc2cdaf53b042437b9997d7b163d6d.tar.gz rust-442a66d385bc2cdaf53b042437b9997d7b163d6d.zip | |
Remove unneeded dependency.
Diffstat (limited to 'compiler/rustc_query_impl')
| -rw-r--r-- | compiler/rustc_query_impl/Cargo.toml | 1 |
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 } |
