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

Tracking Issue for slice::retain #71831

Closed
MarinPostma opened this issue May 3, 2020 · 1 comment
Closed

Tracking Issue for slice::retain #71831

MarinPostma opened this issue May 3, 2020 · 1 comment
Labels
B-unstable Blocker: Implemented in the nightly compiler and unstable. C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.

Comments

@MarinPostma
Copy link

MarinPostma commented May 3, 2020

This proposes to add a retain method to slice, that does the same thing as Vec::retain.

This tracking issue, and it's ascociated PR(#71832) are heavily influenced by the discussion in #54279

@MarinPostma MarinPostma added the C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC label May 3, 2020
@jonas-schievink jonas-schievink added the T-libs-api Relevant to the library API team, which will review and decide on the PR/issue. label May 3, 2020
@JohnTitor JohnTitor added the B-unstable Blocker: Implemented in the nightly compiler and unstable. label May 6, 2020
@KodrAus
Copy link
Contributor

KodrAus commented Jul 30, 2020

Since the implementation PR was closed (just due to inactivity) we don't really have a feature to track here. I'll go ahead and close this one now, but if #71832 returns in some form then feel free to re-open!

@KodrAus KodrAus closed this as completed Jul 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-unstable Blocker: Implemented in the nightly compiler and unstable. C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

4 participants