bkushigian / postflop-solver

An open-source postflop solver library written in Rust
GNU Affero General Public License v3.0
8 stars 0 forks source link

Bkushigian/issue9 build errors #10

Closed bkushigian closed 1 month ago

bkushigian commented 1 month ago

Clippy was failing for a number of reasons (mainly for loops over indices). This PR fixes these issues so that github actions don't fail.

bkushigian commented 1 month ago

this closes #9