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 retain_mut method (as an alias to retain) #283

Merged
merged 1 commit into from Jun 29, 2022

Conversation

cmyr
Copy link
Contributor

@cmyr cmyr commented Jun 29, 2022

Opening this speculatively, since it's ultimately less work than opening an issue?

I was trying to use this crate as a drop-in replacement for std::Vec, where I am using the retain_mut method. I understand that it isn't a useful distinction here, and I'm not sure if api compatibility is a goal, so if this doesn't make sense for the project I understand. :)

I was trying to use this crate as a drop-in replacement for std::Vec,
where I am using the retain_mut method.
@mbrubeck mbrubeck merged commit e9c2f0a into servo:master Jun 29, 2022
@mbrubeck
Copy link
Collaborator

Thanks! Published as version 1.9.0.

@cmyr cmyr deleted the retain-mut branch June 30, 2022 16:05
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.

None yet

2 participants