Skip to content

Commit 508e3f2

Browse files
committed
Remove unused dependencies
1 parent 89988fe commit 508e3f2

File tree

5 files changed

+0
-8
lines changed

5 files changed

+0
-8
lines changed

Cargo.lock

-4
Original file line numberDiff line numberDiff line change
@@ -4086,7 +4086,6 @@ dependencies = [
40864086
"log",
40874087
"measureme",
40884088
"polonius-engine",
4089-
"rustc-rayon",
40904089
"rustc-rayon-core",
40914090
"rustc_apfloat",
40924091
"rustc_ast",
@@ -4149,7 +4148,6 @@ dependencies = [
41494148
"rustc_hir",
41504149
"rustc_index",
41514150
"rustc_infer",
4152-
"rustc_macros",
41534151
"rustc_middle",
41544152
"rustc_session",
41554153
"rustc_span",
@@ -4293,7 +4291,6 @@ dependencies = [
42934291
"rustc_errors",
42944292
"rustc_feature",
42954293
"rustc_fs_util",
4296-
"rustc_index",
42974294
"rustc_span",
42984295
"rustc_target",
42994296
"serialize",
@@ -4326,7 +4323,6 @@ dependencies = [
43264323
"rustc_ast",
43274324
"rustc_data_structures",
43284325
"rustc_hir",
4329-
"rustc_metadata",
43304326
"rustc_middle",
43314327
"rustc_session",
43324328
"rustc_span",

src/librustc_middle/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ arena = { path = "../libarena" }
1414
bitflags = "1.2.1"
1515
scoped-tls = "1.0"
1616
log = { version = "0.4", features = ["release_max_level_info", "std"] }
17-
rustc-rayon = "0.3.0"
1817
rustc-rayon-core = "0.3.0"
1918
polonius-engine = "0.12.0"
2019
rustc_apfloat = { path = "../librustc_apfloat" }

src/librustc_mir_build/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ rustc_index = { path = "../librustc_index" }
2020
rustc_errors = { path = "../librustc_errors" }
2121
rustc_hir = { path = "../librustc_hir" }
2222
rustc_infer = { path = "../librustc_infer" }
23-
rustc_macros = { path = "../librustc_macros" }
2423
rustc_serialize = { path = "../libserialize", package = "serialize" }
2524
rustc_session = { path = "../librustc_session" }
2625
rustc_span = { path = "../librustc_span" }

src/librustc_session/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ rustc_target = { path = "../librustc_target" }
1717
rustc_serialize = { path = "../libserialize", package = "serialize" }
1818
rustc_data_structures = { path = "../librustc_data_structures" }
1919
rustc_span = { path = "../librustc_span" }
20-
rustc_index = { path = "../librustc_index" }
2120
rustc_fs_util = { path = "../librustc_fs_util" }
2221
num_cpus = "1.0"
2322
rustc_ast = { path = "../librustc_ast" }

src/librustc_symbol_mangling/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ rustc_middle = { path = "../librustc_middle" }
2020
rustc_hir = { path = "../librustc_hir" }
2121
rustc_target = { path = "../librustc_target" }
2222
rustc_data_structures = { path = "../librustc_data_structures" }
23-
rustc_metadata = { path = "../librustc_metadata" }
2423
rustc_session = { path = "../librustc_session" }

0 commit comments

Comments
 (0)