-
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
Needless pass by ref mut closure non async fn #11621
Needless pass by ref mut closure non async fn #11621
Conversation
a1581e0
to
6b12bcc
Compare
Updated! |
Seems like Centri3 is busy so I was recommended another reviewer. r? @blyxyas |
☔ The latest upstream changes (presumably #11622) made this pull request unmergeable. Please resolve the merge conflicts. |
6b12bcc
to
800ecf5
Compare
Fixed conflict. |
☔ The latest upstream changes (presumably #11624) made this pull request unmergeable. Please resolve the merge conflicts. |
800ecf5
to
3e6db95
Compare
Fixed the conflict. |
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.
LGTM, thanks! ❤️
@bors r+ |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Fixes #11620.
Fixes #11561.
changelog: [
needless_pass_by_ref_mut
]: Correctly handle arguments moved into closure in non-async functions.r? @Centri3