Skip to content

Commit

Permalink
Fix clippy in JS
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Jan 31, 2025
1 parent deb3ae0 commit 1b72ccc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,8 @@ wasm-bindgen-test = "0.3.13"
# Tell `rustc` to optimize for small code size.
opt-level = "s"
lto = true

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

0 comments on commit 1b72ccc

Please sign in to comment.