mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
chore: enable clippy unused_async rule (#22834)
This commit is contained in:
parent
c38c14f51f
commit
ad6b00a2bf
38 changed files with 411 additions and 408 deletions
|
@ -156,6 +156,8 @@ async function clippy() {
|
|||
"--",
|
||||
"-D",
|
||||
"warnings",
|
||||
"--deny",
|
||||
"clippy::unused_async",
|
||||
],
|
||||
stdout: "inherit",
|
||||
stderr: "inherit",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue