Skip to content

Fix clippy 0.1.97#449

Open
Ph4ntomas wants to merge 2 commits intopinnacle-comp:mainfrom
Ph4ntomas:fix-clippy-0.1.97
Open

Fix clippy 0.1.97#449
Ph4ntomas wants to merge 2 commits intopinnacle-comp:mainfrom
Ph4ntomas:fix-clippy-0.1.97

Conversation

@Ph4ntomas
Copy link
Copy Markdown
Contributor

Fixes the following new warning/clippy lint:

Latest rust environment added new warning for float -> f32 coercion as this will become a hard error in the future.
rust-lang/rust#154024

Clippy now complains if an explicit index is used with iterator instead of enumerate for 0-based counter),or (n..).zip if the counter isn't 0-based. (clippy::explicit_counter_loop)

@Ph4ntomas
Copy link
Copy Markdown
Contributor Author

Ph4ntomas commented Apr 27, 2026

Uh sorry what? Why are the tests failing on just setup?

EDIT: I think GH Actions were impacted a bit by the current outage, but I can't restart the Action

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.

1 participant