File tree Expand file tree Collapse file tree 5 files changed +0
-8
lines changed Expand file tree Collapse file tree 5 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -4088,7 +4088,6 @@ dependencies = [
40884088 " log" ,
40894089 " measureme" ,
40904090 " polonius-engine" ,
4091- " rustc-rayon" ,
40924091 " rustc-rayon-core" ,
40934092 " rustc_apfloat" ,
40944093 " rustc_ast" ,
@@ -4151,7 +4150,6 @@ dependencies = [
41514150 " rustc_hir" ,
41524151 " rustc_index" ,
41534152 " rustc_infer" ,
4154- " rustc_macros" ,
41554153 " rustc_middle" ,
41564154 " rustc_session" ,
41574155 " rustc_span" ,
@@ -4295,7 +4293,6 @@ dependencies = [
42954293 " rustc_errors" ,
42964294 " rustc_feature" ,
42974295 " rustc_fs_util" ,
4298- " rustc_index" ,
42994296 " rustc_span" ,
43004297 " rustc_target" ,
43014298 " serialize" ,
@@ -4328,7 +4325,6 @@ dependencies = [
43284325 " rustc_ast" ,
43294326 " rustc_data_structures" ,
43304327 " rustc_hir" ,
4331- " rustc_metadata" ,
43324328 " rustc_middle" ,
43334329 " rustc_session" ,
43344330 " rustc_span" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ arena = { path = "../libarena" }
1414bitflags = " 1.2.1"
1515scoped-tls = " 1.0"
1616log = { version = " 0.4" , features = [" release_max_level_info" , " std" ] }
17- rustc-rayon = " 0.3.0"
1817rustc-rayon-core = " 0.3.0"
1918polonius-engine = " 0.12.0"
2019rustc_apfloat = { path = " ../librustc_apfloat" }
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ rustc_index = { path = "../librustc_index" }
2020rustc_errors = { path = " ../librustc_errors" }
2121rustc_hir = { path = " ../librustc_hir" }
2222rustc_infer = { path = " ../librustc_infer" }
23- rustc_macros = { path = " ../librustc_macros" }
2423rustc_serialize = { path = " ../libserialize" , package = " serialize" }
2524rustc_session = { path = " ../librustc_session" }
2625rustc_span = { path = " ../librustc_span" }
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ rustc_target = { path = "../librustc_target" }
1717rustc_serialize = { path = " ../libserialize" , package = " serialize" }
1818rustc_data_structures = { path = " ../librustc_data_structures" }
1919rustc_span = { path = " ../librustc_span" }
20- rustc_index = { path = " ../librustc_index" }
2120rustc_fs_util = { path = " ../librustc_fs_util" }
2221num_cpus = " 1.0"
2322rustc_ast = { path = " ../librustc_ast" }
Original file line number Diff line number Diff line change @@ -20,5 +20,4 @@ rustc_middle = { path = "../librustc_middle" }
2020rustc_hir = { path = " ../librustc_hir" }
2121rustc_target = { path = " ../librustc_target" }
2222rustc_data_structures = { path = " ../librustc_data_structures" }
23- rustc_metadata = { path = " ../librustc_metadata" }
2423rustc_session = { path = " ../librustc_session" }
You can’t perform that action at this time.
0 commit comments