bitshifter / glam-rs

A simple and fast linear algebra library for games and graphics
Apache License 2.0
1.46k stars 145 forks source link

clippy: Fix `semicolon_if_nothing_returned` lints. #510

Closed waywardmonkeys closed 2 months ago

bitshifter commented 2 months ago

Hmm, I tried running clippy on macos as well but it didn't catch this, what version of Rust are you on?

https://github.com/bitshifter/glam-rs/actions/runs/9137851611/job/25128322722?pr=511

waywardmonkeys commented 2 months ago

I enabled it manually!

We could probably add a [lints] configuration to the Cargo.toml to add this and maybe some others...