rust/library/alloc/src/collections
Jonas Schievink e5389a4a34
Rollup merge of #76527 - fusion-engineering-forks:cleanup-uninit, r=jonas-schievink
Remove internal and unstable MaybeUninit::UNINIT.

Looks like it is no longer necessary, as `uninit_array()` can be used instead in the few cases where it was needed.

(I wanted to just add `#[doc(hidden)]` to remove clutter from the documentation, but looks like it can just be removed entirely.)
2020-09-13 20:21:09 +02:00
..
btree Rollup merge of #76527 - fusion-engineering-forks:cleanup-uninit, r=jonas-schievink 2020-09-13 20:21:09 +02:00
linked_list Remove linked_list_extras methods. 2020-08-01 00:54:22 +08:00
vec_deque make some vec_deque tests less exhaustive in Miri 2020-07-31 11:56:08 +02:00
binary_heap.rs generalize in-place collect to types of same size and alignment 2020-09-03 20:59:31 +02:00
linked_list.rs Apply suggestions from code review 2020-08-21 19:31:00 +02:00
mod.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
vec_deque.rs Rollup merge of #76504 - Flying-Toast:master, r=lcnr 2020-09-09 15:06:00 -07:00