-
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
[redundant_closure_call
]: avoid duplicated async
keyword when triggering on closure that returns async
block
#11363
Conversation
r? @llogiq (rustbot has picked a reviewer for you, use r? to override) |
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.
I'm not sure how to make it work right now. Let's see if the discussion on zulip brings a solution.
This PR is ready for review. |
redundant_closure_call
]: avoid duplicated async
keyword when triggering on closure that returns async
blockredundant_closure_call
]: avoid duplicated async
keyword when triggering on closure that returns async
block
☔ The latest upstream changes (presumably #11563) made this pull request unmergeable. Please resolve the merge conflicts. |
ef3f578
to
6e9a997
Compare
rebased. |
CI is failing, do you need help with this or is this still a wip? |
This is still wip, I think I have reverted necessary commit and break format |
@rustbot author @KisaragiEffective Please tell rustbot "review" when you've got the PR ready for review. Or do you need any help going forward? |
☔ The latest upstream changes (presumably #11747) made this pull request unmergeable. Please resolve the merge conflicts. |
c8fcda3
to
1661e7e
Compare
Re-implemented on latest master Could you help me with |
I believe it is handled by 3318249, but still not sure if this is right way to do. |
@rustbot review |
Looks good to me. Thank you! @bors r+ |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
close #11357
Please write a short comment explaining your change (or "none" for internal only changes)
changelog: [
redundant_closure_call
]: avoid duplicatedasync
keyword when triggering on closure that returnsasync
block