rust/src/libstd/collections
Mike Hommey b647583c2d Use Alloc and Layout from core::heap.
94d1970bba moved the alloc::allocator
module to core::heap, moving e.g. Alloc and Layout out of the alloc
crate. While alloc::heap reexports them, it's better to use them from
where they really come from.
2018-04-02 16:06:19 +09:00
..
hash Use Alloc and Layout from core::heap. 2018-04-02 16:06:19 +09:00
mod.rs Hide the Bound type in docs at its deprecated location in std::collections 2018-03-29 13:12:50 +02:00