File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
compiler/rustc_query_impl Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ rustc_data_structures = { path = "../rustc_data_structures" }
1313rustc_errors = { path = " ../rustc_errors" }
1414rustc_hir = { path = " ../rustc_hir" }
1515rustc_index = { path = " ../rustc_index" }
16- rustc_macros = { path = " ../rustc_macros" }
1716rustc_middle = { path = " ../rustc_middle" }
1817rustc_query_system = { path = " ../rustc_query_system" }
1918rustc-rayon-core = { version = " 0.5.0" , optional = true }
You can’t perform that action at this time.
0 commit comments