about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorleonardo.yvens <leoyvens@gmail.com>2017-10-22 10:07:47 -0200
committerleonardo.yvens <leoyvens@gmail.com>2017-10-22 14:55:02 -0200
commit19aa23b6d332e693786fa51dbca87828bb884314 (patch)
treed689cc4e5e1cadf0d52683a6d05e75b22a626576 /src/libstd
parent942f31f5eacfc8cbd40c20bbcabc9d37add37410 (diff)
downloadrust-19aa23b6d332e693786fa51dbca87828bb884314.tar.gz
rust-19aa23b6d332e693786fa51dbca87828bb884314.zip
Remove deprecated `collections` crate.
This reverts commit 6484258f1749499d3e51685df867b3d460a7f0be.
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/Cargo.toml b/src/libstd/Cargo.toml
index 866c0038a7f..5dd5f8953a0 100644
--- a/src/libstd/Cargo.toml
+++ b/src/libstd/Cargo.toml
@@ -15,7 +15,6 @@ alloc_jemalloc = { path = "../liballoc_jemalloc", optional = true }
 alloc_system = { path = "../liballoc_system" }
 panic_unwind = { path = "../libpanic_unwind", optional = true }
 panic_abort = { path = "../libpanic_abort" }
-collections = { path = "../libcollections" }
 core = { path = "../libcore" }
 libc = { path = "../rustc/libc_shim" }
 rand = { path = "../librand" }