Skip to content

Commit bd89e5b

Browse files
committed
chore: Clean up a TODO about silencing a beta clippy lint
Reverts b136254 (part of #18781).
1 parent a466802 commit bd89e5b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ rfd = "0.15.0"
8282
# Don't warn about these new lints on stable.
8383
renamed_and_removed_lints = "allow"
8484
unknown_lints = "allow"
85-
# TODO: Remove when https://github.com/rustwasm/wasm-bindgen/issues/4283 is resolved.
86-
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wasm_bindgen_unstable_test_coverage)'] }
8785

8886
[workspace.lints.clippy]
8987
# LONG-TERM: These lints are unhelpful.

0 commit comments

Comments
 (0)