summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2017-10-24 20:46:17 +0000
committerbors <bors@rust-lang.org>2017-10-24 20:46:17 +0000
commitc2799fc9a5c631a790744ceb9cd08259af338c0c (patch)
treee18a0a29bc3d6a2c0f928781a56480df5213d6cb /src/libstd
parent61af75437d2c80934a601b6ee59f329928fb1e54 (diff)
parent170f63e1c6b56140bbd55f9c42bab844e8d09a20 (diff)
downloadrust-c2799fc9a5c631a790744ceb9cd08259af338c0c.tar.gz
rust-c2799fc9a5c631a790744ceb9cd08259af338c0c.zip
Auto merge of #45446 - leodasvacas:remove-libcollections, r=alexcrichton
Remove deprecated `collections` crate.

The real `collections` was merged with `alloc`, this facade was introduced [in this PR](https://github.com/rust-lang/rust/pull/42720) to give `#[no_std]` users time to adapt. This was done at least two cycles ago, now we can consider removing it for good.
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" }