Remove deprecated collections crate.

This reverts commit 6484258f17.
This commit is contained in:
leonardo.yvens
2017-10-22 10:07:47 -02:00
parent 942f31f5ea
commit 19aa23b6d3
6 changed files with 0 additions and 96 deletions

View File

@@ -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" }