Skip to content

Commit 3556d98

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

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Cargo.lock

-1
Original file line numberDiff line numberDiff line change
@@ -2170,7 +2170,6 @@ dependencies = [
21702170
"graphviz 0.0.0",
21712171
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
21722172
"parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
2173-
"parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
21742173
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
21752174
"rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
21762175
"rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",

src/librustc_data_structures/Cargo.toml

-1
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)