chore: upgrade crates (#10559)

This commit is contained in:
Bartek Iwańczuk 2021-05-10 22:39:16 +02:00 committed by GitHub
parent f12b82e183
commit c44e53a5b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 35 additions and 50 deletions

View file

@ -144,7 +144,6 @@ unitTest(async function timeoutCancelInvalidSilentFail(): Promise<void> {
// Expect no panic
const promise = deferred();
let count = 0;
// deno-lint-ignore no-unused-vars
const id = setTimeout((): void => {
count++;
// Should have no effect