rust/library/alloc/src/collections
Matthias Krüger be15391703
Rollup merge of #135890 - GrigorenkoPV:deque-pop-if, r=thomcc
Implement `VecDeque::pop_front_if` & `VecDeque::pop_back_if`

Tracking issue: #135889
2025-01-24 08:08:09 +01:00
..
binary_heap Less unwrap() in documentation 2024-12-21 01:26:47 +00:00
btree Remove erroneous unsafe in BTreeSet::upper_bound_mut 2025-01-22 18:36:33 +03:00
linked_list Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
vec_deque Implement VecDeque::pop_front_if & VecDeque::pop_back_if 2025-01-22 20:04:36 +03:00
linked_list.rs remove bounds from vec and linkedlist ExtractIf 2024-12-16 22:06:52 +01:00
mod.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00