Skip to content

Stabilize feature vec_retain_mut on Vec and VecDeque - #95491

Merged
bors merged 1 commit into
rust-lang:masterfrom
faern:stabilize-vec_retain_mut
Mar 31, 2022
Merged

Stabilize feature vec_retain_mut on Vec and VecDeque#95491
bors merged 1 commit into
rust-lang:masterfrom
faern:stabilize-vec_retain_mut

Conversation

@faern

Copy link
Copy Markdown
Contributor

Closes#90829

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @yaahc

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 30, 2022
@yaahcyaahc added the T-libs-api [DEPRECATED; DO NOT USE] label Mar 30, 2022
@yaahc

Copy link
Copy Markdown
Member

@bors r+

@bors

bors commented Mar 30, 2022

Copy link
Copy Markdown
Collaborator

📌 Commit 796f385 has been approved by yaahc

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Mar 30, 2022
@Dylan-DPCDylan-DPC mentioned this pull request Mar 31, 2022
bors added a commit to rust-lang-ci/rust that referenced this pull request Mar 31, 2022
Rollup of 5 pull requests
Successful merges:
- rust-lang#95130 (Stabilize thread::is_finished)
- rust-lang#95263 (Restore `impl Future<Output = Type>` to async blocks)
- rust-lang#95471 (Don't ICE when opaque types get their hidden type constrained again.)
- rust-lang#95491 (Stabilize feature vec_retain_mut on Vec and VecDeque)
- rust-lang#95497 (Spellchecking compiler comments)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit c90a947 into rust-lang:masterMar 31, 2022
@rustbotrustbot added this to the 1.61.0 milestone Mar 31, 2022
@tmandry

Copy link
Copy Markdown
Member

@rustbot label +relnotes

@rustbotrustbot added the relnotes Marks issues that should be documented in the release notes of the next release. label Apr 29, 2022
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

relnotesMarks issues that should be documented in the release notes of the next release.S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-libs-api[DEPRECATED; DO NOT USE]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tracking issue for Vec::retain_mut and VecDeque::retain_mut

6 participants

@faern@rust-highfive@yaahc@bors@tmandry@rustbot