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

Make sure the RetainMut::retain_mut method is effectively used #121

Merged
merged 1 commit into from
Dec 13, 2021

Conversation

Kerollmops
Copy link
Member

This PR uses the fully qualified syntax to make sure that we use the retain_mut trait method of the RetainMut trait and not the one from the vec_retain_mut nighty feature that will be added to the standard library soon.

@Kerollmops
Copy link
Member Author

bors merge

@bors
Copy link
Contributor

bors bot commented Dec 13, 2021

Build succeeded:

@bors bors bot merged commit 637946b into master Dec 13, 2021
@bors bors bot deleted the fix-retain-mut-trait branch December 13, 2021 14:11
not-jan pushed a commit to not-jan/roaring-rs that referenced this pull request Aug 31, 2022
121: Make sure the `RetainMut::retain_mut` method is effectively used r=Kerollmops a=Kerollmops

This PR uses the fully qualified syntax to make sure that we use the `retain_mut` trait method of the `RetainMut` trait and not the one from the `vec_retain_mut` nighty feature [that will be added to the standard library](rust-lang/rust#90829) soon.

Co-authored-by: Clément Renault <clement@meilisearch.com>
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.

1 participant