Skip to content

Commit 7130947

Browse files
authored
Rollup merge of rust-lang#55857 - andjo403:rmdep, r=Mark-Simulacrum
remove unused dependency
2 parents 4a52c56 + 03aaa4b commit 7130947

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Cargo.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2191,7 +2191,6 @@ dependencies = [
21912191
"graphviz 0.0.0",
21922192
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
21932193
"parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
2194-
"parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
21952194
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
21962195
"rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
21972196
"rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",

src/librustc_data_structures/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ serialize = { path = "../libserialize" }
1616
graphviz = { path = "../libgraphviz" }
1717
cfg-if = "0.1.2"
1818
stable_deref_trait = "1.0.0"
19-
parking_lot_core = "0.2.8"
2019
rustc-rayon = "0.1.1"
2120
rustc-rayon-core = "0.1.1"
2221
rustc-hash = "1.0.1"

0 commit comments

Comments
 (0)