rust/library/alloc/src/collections
Nicholas Nethercote 055a27da2a Remove some unnecessary clones.
I found these by grepping for `&[a-z_\.]*\.clone()`, i.e. expressions
like `&a.b.clone()`, which are sometimes unnecessary clones, and also
looking at clones nearby to cases like that.
2025-04-24 11:12:34 +10:00
..
binary_heap Rollup merge of #138161 - HeroicKatora:heap-peek-mut-refresh, r=dtolnay 2025-03-12 08:06:46 +01:00
btree Remove some unnecessary clones. 2025-04-24 11:12:34 +10:00
linked_list Rustfmt 2025-02-08 22:12:13 +00:00
vec_deque Fully test the alloc crate through alloctests 2025-03-07 19:11:13 +00:00
linked_list.rs replace version placeholder 2025-04-09 12:29:59 +01:00
mod.rs Add comments 2025-03-07 19:11:13 +00:00