Files
rust/library
Guillaume Gomez 472c820eb3 Rollup merge of #120505 - Amanieu:fix-btreemap-cursor-remove, r=m-ou-se
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-02-15 14:33:00 +01:00
..
2023-11-21 16:33:42 +01:00
2024-01-30 03:33:12 +00:00
2024-01-30 18:19:49 -08:00
2024-01-11 15:26:16 +00:00