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)'] } ``` However we can just bump the dep and skip ignoring the lints. See related discussion in [0]. [0] rustwasm/wasm-bindgen#4283
- Loading branch information