ctm / mb2-doc

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

Rust 1.79 clippy warnings #1437

Closed ctm closed 3 weeks ago

ctm commented 3 weeks ago

Fix the new clippy warnings that come with rust 1.79.

It's just a matter of changing from max_value() to MAX in a few places. This is just something to do while the caffeine kicks in. It's super low-priority, but it's also super mindless, so I'm doing it now.

ctm commented 3 weeks ago

Done. Deploying now (after re-installing 1.78).