rust/library/alloc
Amanieu d'Antras adb7607189 Fix BTreeMap's Cursor::remove_{next,prev}
These would incorrectly leave `current` as `None` after a failed attempt
to remove an element (due to the cursor already being at the start/end).
2024-01-30 17:51:20 +00:00
..
benches remove redundant imports 2023-12-10 10:56:22 +08:00
src Fix BTreeMap's Cursor::remove_{next,prev} 2024-01-30 17:51:20 +00:00
tests Rollup merge of #119917 - Zalathar:split-off, r=cuviper 2024-01-26 14:43:30 +01:00
Cargo.toml Rename {collections=>alloc}{tests,benches} 2023-11-26 12:04:56 +00:00