thetawavegame / thetawave

A physics based, space shooter game made with Rust and the Bevy engine.
https://thetawave.metalmancy.tech
MIT License
159 stars 9 forks source link

Nit/rustc warnings20240222 #159

Closed varoonp123 closed 4 months ago

varoonp123 commented 4 months ago

We run the nightly toolchain (including clippy) and require compilation without warnings (atleast for 1 kind of build). So once in a while, the build will break because rustc warns about more things.

This pr makes names more explicit.

I need to merge this so #158 can build+merge