rust/library/alloc/src/collections
2021-11-12 15:45:25 +08:00
..
btree Rollup merge of #89786 - jkugelman:must-use-len-and-is_empty, r=joshtriplett 2021-10-31 13:20:05 +01:00
linked_list Implement changes suggested by @Amanieu 2021-07-01 21:08:01 +02:00
vec_deque Avoid overflow in VecDeque::with_capacity_in(). 2021-10-18 13:18:12 +02:00
binary_heap.rs provide a SpecExtend trait for Vec<T> 2021-11-12 15:45:25 +08:00
linked_list.rs Rollup merge of #89786 - jkugelman:must-use-len-and-is_empty, r=joshtriplett 2021-10-31 13:20:05 +01:00
mod.rs Add #[must_use] to remaining alloc functions 2021-10-15 11:46:49 -04:00