Skip to content

Commit

Permalink
chore: Clean up a TODO about silencing a beta clippy lint
Browse files Browse the repository at this point in the history
Reverts b136254 (part of #18781).
  • Loading branch information
torokati44 committed Dec 2, 2024
1 parent a466802 commit bd89e5b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bd89e5b

Please sign in to comment.