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

Ignore into_iter in significant_drop_in_scrutinee #9140

Merged
merged 1 commit into from
Jul 9, 2022

Conversation

Jarcho
Copy link
Contributor

@Jarcho Jarcho commented Jul 9, 2022

fixes #9135
changelog: Ignore the IntoIterator::into_iter call from for loops in significant_drop_in_scrutinee

@rust-highfive
Copy link

r? @Manishearth

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

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Jul 9, 2022
@flip1995
Copy link
Member

flip1995 commented Jul 9, 2022

@bors r+

Thanks!

@bors
Copy link
Collaborator

bors commented Jul 9, 2022

📌 Commit 95b7879 has been approved by flip1995

It is now in the queue for this repository.

@bors
Copy link
Collaborator

bors commented Jul 9, 2022

⌛ Testing commit 95b7879 with merge 3468294...

@bors
Copy link
Collaborator

bors commented Jul 9, 2022

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: flip1995
Pushing 3468294 to master...

@bors bors merged commit 3468294 into rust-lang:master Jul 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
Projects
None yet
Development

Successfully merging this pull request may close these issues.

false positive in simple example of io::stdin::lines()
5 participants