Skip to content

Commit 03aaa4b

Browse files
committed
remove unused dependency
1 parent 6b9b97b commit 03aaa4b

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
@@ -2161,7 +2161,6 @@ dependencies = [
21612161
"graphviz 0.0.0",
21622162
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
21632163
"parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
2164-
"parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
21652164
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
21662165
"rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
21672166
"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)