Skip to content

Fixed clippy warnings#17

Merged
RyanBluth merged 1 commit intoRyanBluth:masterfrom
codybloemhard:master
Dec 8, 2025
Merged

Fixed clippy warnings#17
RyanBluth merged 1 commit intoRyanBluth:masterfrom
codybloemhard:master

Conversation

@codybloemhard
Copy link
Contributor

I fixed all clippy warnings, except for one. In file row.rs at line 90 it suggested a solution that I thought was a bit clunky so I kept the original code and added an allow. It wanted to loop through the vector instead of using an index but then also keep that very index to index into second vector.

@RyanBluth RyanBluth merged commit e6d7448 into RyanBluth:master Dec 8, 2025
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