Commit 31d5771
committed
Silence annoying lint warning
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.1 parent 68c75e5 commit 31d5771
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
0 commit comments