From ad6b00a2bf061a90c72737d0ecc4a58bb0a89550 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 11 Mar 2024 23:48:00 -0400 Subject: chore: enable clippy unused_async rule (#22834) --- tools/lint.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/lint.js') diff --git a/tools/lint.js b/tools/lint.js index 56662fdd8..6cda0cef0 100755 --- a/tools/lint.js +++ b/tools/lint.js @@ -156,6 +156,8 @@ async function clippy() { "--", "-D", "warnings", + "--deny", + "clippy::unused_async", ], stdout: "inherit", stderr: "inherit", -- cgit v1.2.3