rust/library/alloc/src/collections
bors b86674e7cc Auto merge of #81956 - ssomers:btree_post_75200, r=Mark-Simulacrum
BTree: remove outdated traces of coercions

The introduction of `marker::ValMut` (#75200) meant iterators no longer see mutable keys but their code still pretends it does. And settle on the majority style `Some(unsafe {…})` over `unsafe { Some(…) }`.

r? `@Mark-Simulacrum`
2021-02-14 04:53:24 +00:00
..
btree Auto merge of #81956 - ssomers:btree_post_75200, r=Mark-Simulacrum 2021-02-14 04:53:24 +00:00
linked_list Remove linked_list_extras methods. 2020-08-01 00:54:22 +08:00
vec_deque shrink_to shouldn't panic on len greater than capacity 2021-01-26 19:25:37 +01:00
binary_heap.rs shrink_to shouldn't panic on len greater than capacity 2021-01-26 19:25:37 +01:00
linked_list.rs Add "length" as doc alias to len methods 2020-12-28 09:13:46 +01:00
mod.rs Rename LayoutErr to LayoutError outside of core 2020-10-08 00:40:10 -04:00