emoon / rust_minifb

Cross platfrom window and framebuffer crate for Rust
MIT License
1k stars 95 forks source link

address clippy lints #267

Closed vemoo closed 2 years ago

vemoo commented 2 years ago

Fix the clippy warnings that appear when running cargo clippy on linux. There may be other warnings on windows and/or macos.

emoon commented 2 years ago

Great! Thanks

emoon commented 2 years ago

Yeah, maybe I should have clippy running on the other platforms also