8000 fix(needless_closure): don't lint on `AsyncFn*`s by ada4a · Pull Request #15649 · rust-lang/rust-clippy · GitHub
[go: up one dir, main page]

Skip to content

Conversation

ada4a
Copy link
Contributor
@ada4a ada4a commented Sep 10, 2025

Fixes #13892

changelog: [needless_closure]: don't lint on AsyncFns

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Sep 10, 2025
@rustbot
Copy link
Collaborator
rustbot commented Sep 10, 2025

r? @Alexendoo

rustbot has assigned @Alexendoo.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot assigned dswij and unassigned Alexendoo Sep 10, 2025
Copy link
Member
@dswij dswij left a comment

Choose a reason for hiding this comment

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

@dswij dswij enabled auto-merge September 11, 2025 18:42
@dswij dswij added this pull request to the merge queue Sep 11, 2025
Merged via the queue into rust-lang:master with commit 077d116 Sep 11, 2025
15 checks passed
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Sep 11, 2025
@ada4a ada4a deleted the needless_closure branch September 11, 2025 18:52
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.

impl AsyncFn used as argument for function that takes impl Fn passed as closure triggers clippy::redundant_closure
4 participants
0