-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Conversation
There was a problem hiding this 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
@bors r+ |
📌 Commit 82f929c has been approved by |
`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.
💔 Test failed - checks-action_test |
@bors r=Yaahc , actually |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit 82f929c has been approved by |
`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.
💔 Test failed - checks-action_test |
@bors r=yaahc (the PR body needed a changelog entry) |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit 82f929c has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
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