ctm / mb2-doc

Mb2, poker software
https://devctm.com
7 stars 2 forks source link

Rust 1.78 Clippy Warnings #1400

Closed ctm closed 2 months ago

ctm commented 2 months ago

Fix the clippy warnings that are appearing now that rust 1.78 is out.

ctm commented 2 months ago

I don't think I can turn off the #[wasm_bindgen] complaints. Looks like this is fixed in nightly, but slipped into stable. It's been reported in wasm-bindgen.

ctm commented 2 months ago

All the ones I can fix, I have fixed. I'm going to run a local smoke test and then run all the tests before deploying.

ctm commented 2 months ago

Deploying.

ctm commented 3 weeks ago

FWIW, the wasm_bindgen warnings go away with Rust 1.79, which comes out in a couple of days.