Skip to content

Commit 442a66d

Browse files
committed
Remove unneeded dependency.
1 parent cae0791 commit 442a66d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4311,7 +4311,6 @@ dependencies = [
43114311
"rustc_errors",
43124312
"rustc_hir",
43134313
"rustc_index",
4314-
"rustc_macros",
43154314
"rustc_middle",
43164315
"rustc_query_system",
43174316
"rustc_serialize",

compiler/rustc_query_impl/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ rustc_data_structures = { path = "../rustc_data_structures" }
1313
rustc_errors = { path = "../rustc_errors" }
1414
rustc_hir = { path = "../rustc_hir" }
1515
rustc_index = { path = "../rustc_index" }
16-
rustc_macros = { path = "../rustc_macros" }
1716
rustc_middle = { path = "../rustc_middle" }
1817
rustc_query_system = { path = "../rustc_query_system" }
1918
rustc-rayon-core = { version = "0.5.0", optional = true }

0 commit comments

Comments
 (0)