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

remove unused field #112677

Merged
merged 1 commit into from
Jun 27, 2023
Merged

remove unused field #112677

merged 1 commit into from
Jun 27, 2023

Conversation

the8472
Copy link
Member

@the8472 the8472 commented Jun 15, 2023

Followup to #104455. The field is no longer needed since ExtractIf (previously DrainFilter) doesn't keep draining in its drop impl.

since DrainFilter no longer continues draining when it's dropped
the panic tracking is no longer needed.
@rustbot
Copy link
Collaborator

rustbot commented Jun 15, 2023

r? @joshtriplett

(rustbot has picked a reviewer for you, use r? to override)

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Jun 15, 2023
@JohnTitor
Copy link
Member

Feel free to r=me if an approval from libs-contributors is enough to r+ here

@the8472
Copy link
Member Author

the8472 commented Jun 26, 2023

Thanks! And sure, contributors can use their r+ rights for things that don't touch the API surface.

@bors r=JohnTitor

@bors
Copy link
Contributor

bors commented Jun 26, 2023

📌 Commit 64ee0f7 has been approved by JohnTitor

It is now in the queue for this repository.

@bors bors 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 Jun 26, 2023
@the8472
Copy link
Member Author

the8472 commented Jun 26, 2023

@bors rollup

bors added a commit to rust-lang-ci/rust that referenced this pull request Jun 26, 2023
Rollup of 2 pull requests

Successful merges:

 - rust-lang#112677 (remove unused field)
 - rust-lang#112920 (rustdoc: render generic params & where-clauses of cross-crate assoc tys in impls)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors
Copy link
Contributor

bors commented Jun 26, 2023

☔ The latest upstream changes (presumably #113057) made this pull request unmergeable. Please resolve the merge conflicts.

@bors bors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jun 26, 2023
@bors bors merged commit c6a4d44 into rust-lang:master Jun 27, 2023
11 checks passed
@rustbot rustbot added this to the 1.72.0 milestone Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants