-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 linked_list_retain #114135
Comments
@rustbot claim |
As far as I know, Are you adding |
Sorry, I just found out about this.
If consistency between collections has already been broken by |
…omcc add LinkedList::{retain,retain_mut} Implement rust-lang#114135 The API is consistent with other collections.
…thomcc add LinkedList::{retain,retain_mut} Implement rust-lang#114135 The API is consistent with other collections.
…omcc add LinkedList::{retain,retain_mut} Implement rust-lang#114135 The API is consistent with other collections.
Feature gate:
#![feature(linked_list_retain)]
This is a tracking issue for
LinkedList::{retain, retain_mut}
Public API
Steps / History
Unresolved Questions
Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: