Skip to content

Commit

Permalink
Merge pull request #80 from bcheidemann/ci/fix-nightly-wasm-bindgen-w…
Browse files Browse the repository at this point in the history
…arning

ci: fix wasm-bindgen warning on nightly
  • Loading branch information
mpalmer authored Nov 25, 2024
2 parents 56ba56b + a104c10 commit 3cc9912
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ wasm-bindgen-test = "0.3.13"
[profile.release]
# Tell `rustc` to optimize for small code size.
opt-level = "s"

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wasm_bindgen_unstable_test_coverage)'] }

0 comments on commit 3cc9912

Please sign in to comment.