From c44e53a5b6bd8d995ddc32a0ba13d20bf4e70818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 10 May 2021 22:39:16 +0200 Subject: chore: upgrade crates (#10559) --- cli/tests/unit/timers_test.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'cli/tests') diff --git a/cli/tests/unit/timers_test.ts b/cli/tests/unit/timers_test.ts index f04793afe..7e974d060 100644 --- a/cli/tests/unit/timers_test.ts +++ b/cli/tests/unit/timers_test.ts @@ -144,7 +144,6 @@ unitTest(async function timeoutCancelInvalidSilentFail(): Promise { // Expect no panic const promise = deferred(); let count = 0; - // deno-lint-ignore no-unused-vars const id = setTimeout((): void => { count++; // Should have no effect -- cgit v1.2.3