Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix clippy lints #167

Merged
merged 1 commit into from
Jun 14, 2024
Merged

fix clippy lints #167

merged 1 commit into from
Jun 14, 2024

Conversation

sanbox-irl
Copy link
Contributor

This PR fixes various nits and whatnots that clippy yells at me about (as of MSRV).

The majority of these were replacing use std::f32::INFINITY with a simpler f32::INFINITY, apparently because std::f32::INFINITY will be deprecated at some point? It seems all a bit vague.

I don't feel strongly about any of these changes in particular, but I do like a project to have no clippy warnings, so if there's anything you'd like to revert here, just lmk and I'll swap to making clippy::allows instead

Copy link
Member

@LPGhatguy LPGhatguy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this will cause some minor conflicts with #152, but they should be resolvable.

@LPGhatguy LPGhatguy merged commit add78a7 into SecondHalfGames:main Jun 14, 2024
2 checks passed
Uriopass pushed a commit to Uriopass/yakui that referenced this pull request Jun 30, 2024
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.

None yet

3 participants