Skip to content

Commit

Permalink
Mark wasm lint issues as expected (#810)
Browse files Browse the repository at this point in the history
- [x] no changelog update needed
  • Loading branch information
corwinkuiper authored Nov 27, 2024
2 parents 3fbeff6 + fb7ccef commit 9aef2cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/backtrace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ wasm-bindgen-test = "0.3"

[profile.release]
# Tell `rustc` to optimize for small code size.
opt-level = "s"
opt-level = "s"

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

0 comments on commit 9aef2cd

Please sign in to comment.