-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Stabilize vec_pop_if
#135488
base: master
Are you sure you want to change the base?
Stabilize vec_pop_if
#135488
Conversation
|
59b9555
to
65e36d5
Compare
65e36d5
to
1fe4df6
Compare
Since FCP hasn't started, want to move the docs and signature update to a separate PR? We can merge that now and just leave the stabilization for whenever FCP completes. |
Sure! Filed #135956 |
Make `Vec::pop_if` a bit more presentable rust-lang#135488 minus stabilization. As suggested in rust-lang#135488 (comment). r? tgross35
☔ The latest upstream changes (presumably #135978) made this pull request unmergeable. Please resolve the merge conflicts. |
Make `Vec::pop_if` a bit more presentable rust-lang#135488 minus stabilization. As suggested in rust-lang#135488 (comment). r? tgross35
Rollup merge of rust-lang#135956 - GrigorenkoPV:vec_pop_off, r=dtolnay Make `Vec::pop_if` a bit more presentable rust-lang#135488 minus stabilization. As suggested in rust-lang#135488 (comment). r? tgross35
1fe4df6
to
2ecb40e
Compare
@rustbot label -S-waiting-on-author |
Make `Vec::pop_if` a bit more presentable #135488 minus stabilization. As suggested in rust-lang/rust#135488 (comment). r? tgross35
Tracking issue: #122741
Waiting for FCP: #122741 (comment)