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

Add Deque::{swap, swap_unchecked, swap_remove_front, swap_remove_back} #508

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

honzasp
Copy link

@honzasp honzasp commented Aug 8, 2024

These methods are equivalent to their std counterparts (except swap_unchecked(), which is a natural extension).

@honzasp
Copy link
Author

honzasp commented Aug 15, 2024

I fixed the Miri error in CI, there remain some errors from Clippy, which are however not caused by this PR: it seems that a new version of Clippy flags new errors.

@jannic
Copy link
Member

jannic commented Oct 14, 2024

The clippy warnings have been fixed in the mean time (#512).
Could you rebase your PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants