From 8f850b1e8e3647977f8fef3cd2543c251580a003 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=96R=C3=96K=20Attila?= Date: Tue, 3 Dec 2024 00:30:47 +0100 Subject: [PATCH] chore: Clean up a TODO about silencing a beta clippy lint Reverts b136254c21a4d080e4c602e5421721d7598cdd50 (part of #18781). --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dddaf8112a52..4d9d8f38802f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,8 +82,6 @@ rfd = "0.15.0" # Don't warn about these new lints on stable. renamed_and_removed_lints = "allow" unknown_lints = "allow" -# TODO: Remove when https://github.com/rustwasm/wasm-bindgen/issues/4283 is resolved. -unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wasm_bindgen_unstable_test_coverage)'] } [workspace.lints.clippy] # LONG-TERM: These lints are unhelpful.