Skip to content

Commit

Permalink
ci: wasm bindgen temp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bastibl committed Nov 25, 2024
1 parent 4f63c2c commit a14bbe1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/rattlegram/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ features = [
'AudioWorkletNodeOptions',
'Window'
]

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

0 comments on commit a14bbe1

Please sign in to comment.