Skip to content

Commit fa20473

Browse files
compiler: Remove unused rustc_target from Cargo.tomls
1 parent 5c953ee commit fa20473

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

Cargo.lock

-2
Original file line numberDiff line numberDiff line change
@@ -4093,7 +4093,6 @@ dependencies = [
40934093
"rustc_macros",
40944094
"rustc_middle",
40954095
"rustc_span",
4096-
"rustc_target",
40974096
"smallvec",
40984097
"tracing",
40994098
]
@@ -4237,7 +4236,6 @@ dependencies = [
42374236
"rustc_middle",
42384237
"rustc_session",
42394238
"rustc_span",
4240-
"rustc_target",
42414239
"smallvec",
42424240
"tracing",
42434241
"tracing-subscriber",

compiler/rustc_mir_dataflow/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ rustc_index = { path = "../rustc_index" }
1818
rustc_macros = { path = "../rustc_macros" }
1919
rustc_middle = { path = "../rustc_middle" }
2020
rustc_span = { path = "../rustc_span" }
21-
rustc_target = { path = "../rustc_target" }
2221
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
2322
tracing = "0.1"
2423
# tidy-alphabetical-end

compiler/rustc_pattern_analysis/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ rustc_macros = { path = "../rustc_macros", optional = true }
1919
rustc_middle = { path = "../rustc_middle", optional = true }
2020
rustc_session = { path = "../rustc_session", optional = true }
2121
rustc_span = { path = "../rustc_span", optional = true }
22-
rustc_target = { path = "../rustc_target", optional = true }
2322
smallvec = { version = "1.8.1", features = ["union"] }
2423
tracing = "0.1"
2524
# tidy-alphabetical-end
@@ -41,7 +40,6 @@ rustc = [
4140
"dep:rustc_middle",
4241
"dep:rustc_session",
4342
"dep:rustc_span",
44-
"dep:rustc_target",
4543
"smallvec/may_dangle",
4644
"rustc_index/nightly",
4745
]

0 commit comments

Comments
 (0)