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

Merged
merged 2 commits into from
Oct 27, 2024

Conversation

honzasp
Copy link
Contributor

@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
Contributor 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?

@jannic
Copy link
Member

jannic commented Oct 15, 2024

We discussed this in today's matrix meeting and the response was positive. So @honzasp, if you rebase this, I'm sure it will be approved soon.

@honzasp
Copy link
Contributor Author

honzasp commented Oct 27, 2024

@jannic Rebased and all checks passed 🎉

Copy link
Member

@Dirbaio Dirbaio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thnks!

@Dirbaio Dirbaio added this pull request to the merge queue Oct 27, 2024
Merged via the queue into rust-embedded:main with commit 0ebca23 Oct 27, 2024
22 checks passed
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.

3 participants