Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix BTreeMap's Cursor::remove_{next,prev} #120505

Merged
merged 1 commit into from
Feb 15, 2024

Commits on Jan 30, 2024

  1. 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).
    Amanieu committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    adb7607 View commit details
    Browse the repository at this point in the history