Skip to content

Commit

Permalink
special case for wasm_bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
jstuczyn committed Jan 10, 2025
1 parent 7acac80 commit 7c3db1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -434,3 +434,7 @@ opt-level = 'z'
[profile.release.package.mix-fetch-wasm]
# lto = true
opt-level = 'z'


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

0 comments on commit 7c3db1a

Please sign in to comment.