From da0703973af921626d7235131d14847b1aacffc2 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 6 Jun 2014 16:33:44 -0700 Subject: core: Move the collections traits to libcollections This commit moves Mutable, Map, MutableMap, Set, and MutableSet from `core::collections` to the `collections` crate at the top-level. Additionally, this removes the `deque` module and moves the `Deque` trait to only being available at the top-level of the collections crate. All functionality continues to be reexported through `std::collections`. [breaking-change] --- src/libstd/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libstd/lib.rs') diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index d319d6bd03d..fbdbc13e1b4 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -144,7 +144,6 @@ pub use core::cell; pub use core::char; pub use core::clone; #[cfg(not(test))] pub use core::cmp; -pub use core::collections; pub use core::default; pub use core::finally; pub use core::intrinsics; -- cgit 1.4.1-3-g733a5