Closed hannobraun closed 3 years ago
I reviewed and agree that these changes should all be functionally identical. In commit b4ba44f , is appending "_f32" to specify the type preferred over appending a ".0"?
Thank you for reviewing, @dtjones190!
In commit b4ba44f , is appending "_f32" to specify the type preferred over appending a ".0"?
I just followed Clippy's recommendation without really questioning it. I thought that maybe .0
would cause a type inference issue, but didn't test that.
@mvertescher Any objections to merging this?
Awesome, fixes look good
This pull request bundles a large number of low-impact changes to fix most Clippy warnings (and errors). Together with #128 and #129, this should fix the Clippy portion of the CI build.