You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since rust-lang/rust#132577 (currently in rust
nightly), we get hundreds of lint warnings:
```
warning: unexpected `cfg` condition name: `wasm_bindgen_unstable_test_coverage`
--> src/rust/lib.rs:83:1
|
83 | #[wasm_bindgen(start)]
```
The correct solution is to upgrade wasm-bindgen, but legend has it that is
difficult. For now, let's silence the lint.
0 commit comments