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

unused_self false positive #5387

Merged
merged 1 commit into from
Mar 30, 2020
Merged

Conversation

jpospychala
Copy link
Contributor

@jpospychala jpospychala commented Mar 29, 2020

fixes #5351

Remove the for loop in unused_self so that lint enabled for one method doesn't trigger on another method.

changelog: Fix false positive in unused_self around lint gates on impl items

@Manishearth Manishearth requested a review from yaahc March 30, 2020 17:30
Copy link
Member

@yaahc yaahc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@yaahc yaahc requested a review from Manishearth March 30, 2020 17:44
@Manishearth
Copy link
Member

@bors r+

@bors
Copy link
Collaborator

bors commented Mar 30, 2020

📌 Commit 82f929c has been approved by Manishearth

@bors
Copy link
Collaborator

bors commented Mar 30, 2020

⌛ Testing commit 82f929c with merge 6bf38a9...

bors added a commit that referenced this pull request Mar 30, 2020
`unused_self` false positive

fixes #5351

Remove the for loop in `unused_self` so that lint enabled for one method doesn't trigger on another method.
@bors
Copy link
Collaborator

bors commented Mar 30, 2020

💔 Test failed - checks-action_test

@Manishearth
Copy link
Member

@bors r=Yaahc , actually

@bors
Copy link
Collaborator

bors commented Mar 30, 2020

💡 This pull request was already approved, no need to approve it again.

  • This pull request previously failed. You should add more commits to fix the bug, or use retry to trigger a build again.

@bors
Copy link
Collaborator

bors commented Mar 30, 2020

📌 Commit 82f929c has been approved by Yaahc

@bors
Copy link
Collaborator

bors commented Mar 30, 2020

⌛ Testing commit 82f929c with merge bb8cead...

bors added a commit that referenced this pull request Mar 30, 2020
`unused_self` false positive

fixes #5351

Remove the for loop in `unused_self` so that lint enabled for one method doesn't trigger on another method.
@bors
Copy link
Collaborator

bors commented Mar 30, 2020

💔 Test failed - checks-action_test

@Manishearth
Copy link
Member

@bors r=yaahc

(the PR body needed a changelog entry)

@bors
Copy link
Collaborator

bors commented Mar 30, 2020

💡 This pull request was already approved, no need to approve it again.

  • This pull request previously failed. You should add more commits to fix the bug, or use retry to trigger a build again.

@bors
Copy link
Collaborator

bors commented Mar 30, 2020

📌 Commit 82f929c has been approved by yaahc

@bors
Copy link
Collaborator

bors commented Mar 30, 2020

⌛ Testing commit 82f929c with merge 563da52...

@bors
Copy link
Collaborator

bors commented Mar 30, 2020

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: yaahc
Pushing 563da52 to master...

@bors bors merged commit 563da52 into rust-lang:master Mar 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

unused_self false positive
4 participants