-
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
Fix single binding closure #5350
Conversation
da65177
to
badfbbb
Compare
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.
Awesome, thanks! Waiting for the rustup
@bors r+ |
📌 Commit badfbbb has been approved by |
Fix single binding closure Fix the `match_single_binding` lint when triggered inside a closure. Fixes: #5347 Changelog: none
💔 Test failed - checks-action_test |
It seems like it prefers |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Fix single binding closure Fix the `match_single_binding` lint when triggered inside a closure. Fixes: #5347 changelog: none
@bors retry |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Fix the
match_single_binding
lint when triggered inside a closure.Fixes: #5347
changelog: Improve suggestion for [
match_single_binding
]