rust/library/alloc/src/collections
Matthias Krüger 5b6eb28bda
Rollup merge of #127355 - aceArt-GmbH:126475, r=oli-obk
Mark format! with must_use hint

Uses unstable feature https://github.com/rust-lang/rust/issues/94745

Part of #126475

First contribution to rust, please let me know if the blessing of tests is correct
Thanks `@bjorn3` for the help
2024-07-08 16:28:15 +02:00
..
binary_heap replace version placeholder 2024-06-11 16:52:02 +02:00
btree Mark format! with must_use hint 2024-07-06 14:24:20 +02:00
linked_list Make deleting on LinkedList aware of the allocator 2024-06-04 18:49:13 +03:00
vec_deque Specialize TrustedLen for Iterator::unzip() 2024-07-07 06:58:52 +03:00
linked_list.rs LinkedList's Cursor: method to get a ref to the cursor's list 2024-07-01 00:22:09 +03:00
mod.rs Add proper cfgs 2023-11-28 09:02:34 +08:00