pd-rs / crankstart

A barely functional, wildly incomplete and basically undocumented Rust crate whose aim is to let you write Games for the Playdate handheld gaming system in Rust.
MIT License
235 stars 24 forks source link

Fix clippy lints #71

Closed SomeoneToIgnore closed 1 year ago

SomeoneToIgnore commented 1 year ago

Ran cargo clippy and fixed most of the issues that appeared. Main ones:

More warnings are left still, but this looks like a good start.