Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

Case in point: status.rs: A handler must be declared async, but there are no async actions in the handler, therefore the clippy::unused_async is unsatisfied.
I tried adding #[expect(clippy::unused_async)] and just above the function, but it did not affect clippy's detection. I also tried this construct: #[allow(clippy::allow_attributes, clippy::unused_async)], but this didn't work either.
I saw references to this issue online, but no solution.
I would appreciate assistance.

You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
🙏
Help
Labels
None yet
1 participant
Morty Proxy This is a proxified and sanitized view of the page, visit original site.