Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Silence annoying lint warning (#177)
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.
- Loading branch information