Skip to content

Commit

Permalink
wasm-bindgen should be fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
bastibl committed Nov 29, 2024
1 parent a14bbe1 commit 488f11d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions crates/prophecy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,3 @@ features = [
'WebGlUniformLocation',
]


[lints.rust]
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(wasm_bindgen_unstable_test_coverage)'] }
2 changes: 0 additions & 2 deletions examples/rattlegram/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,3 @@ features = [
'Window'
]

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

0 comments on commit 488f11d

Please sign in to comment.