Skip to content

Conversation

richvdh
Copy link
Member

@richvdh richvdh commented Dec 10, 2024

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.

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.
@richvdh richvdh requested a review from a team as a code owner December 10, 2024 17:38
@richvdh richvdh requested a review from uhoreg December 10, 2024 17:38
@richvdh richvdh merged commit 91ae6cb into main Dec 11, 2024
3 checks passed
@richvdh richvdh deleted the rav/stfu_lint_error branch December 11, 2024 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants