Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recently, CI jobs started failing on the `rust:lint` step. One suitable workaround was to ignore the questionable lints via Cargo.toml: ``` [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wasm_bindgen_unstable_test_coverage)'] } ``` This seems to resolve. I also tried bumping the `wasm-bindgen` dep to 0.2.100, which didn't resolve on its own. See related discussion in [0]. [0] rustwasm/wasm-bindgen#4283
- Loading branch information