chore: enable clippy unused_async rule (#22834)

This commit is contained in:
David Sherret 2024-03-11 23:48:00 -04:00 committed by GitHub
parent c38c14f51f
commit ad6b00a2bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 411 additions and 408 deletions

View file

@ -156,6 +156,8 @@ async function clippy() {
"--",
"-D",
"warnings",
"--deny",
"clippy::unused_async",
],
stdout: "inherit",
stderr: "inherit",