diff options
| author | Andreas Jonson <andjo403@users.noreply.github.com> | 2018-11-10 23:43:41 +0100 |
|---|---|---|
| committer | Andreas Jonson <andjo403@users.noreply.github.com> | 2018-11-16 08:46:15 +0100 |
| commit | 03aaa4b659a546e11a94de476d0d43417b4719ce (patch) | |
| tree | caffa9fcf83f1d0d95778c49d024d33cf1aa0c6e /src/librustc_data_structures | |
| parent | 6b9b97bd9b704f85f0184f7a213cc4d62bd9654c (diff) | |
| download | rust-03aaa4b659a546e11a94de476d0d43417b4719ce.tar.gz rust-03aaa4b659a546e11a94de476d0d43417b4719ce.zip | |
remove unused dependency
Diffstat (limited to 'src/librustc_data_structures')
| -rw-r--r-- | src/librustc_data_structures/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_data_structures/Cargo.toml b/src/librustc_data_structures/Cargo.toml index 10820007629..79f073d643d 100644 --- a/src/librustc_data_structures/Cargo.toml +++ b/src/librustc_data_structures/Cargo.toml @@ -16,7 +16,6 @@ serialize = { path = "../libserialize" } graphviz = { path = "../libgraphviz" } cfg-if = "0.1.2" stable_deref_trait = "1.0.0" -parking_lot_core = "0.2.8" rustc-rayon = "0.1.1" rustc-rayon-core = "0.1.1" rustc-hash = "1.0.1" |
