Closed asquared31415 closed 8 months ago
Nightly clippy is going to continue to fail because of the addition of empty_doc_comment, which apparently interacts poorly with #[wasm_bindgen]: https://github.com/rust-lang/rust-clippy/issues/12377
empty_doc_comment
#[wasm_bindgen]
Nightly clippy is going to continue to fail because of the addition of
empty_doc_comment
, which apparently interacts poorly with#[wasm_bindgen]
: https://github.com/rust-lang/rust-clippy/issues/12377