hohav / peppi

Rust parser for Slippi SSBM replay files
MIT License
37 stars 9 forks source link

Resolve more clippy lints #48

Closed NickCondron closed 1 year ago

NickCondron commented 1 year ago

These all look good. I initially balked at using u8::from instead of the ternary statement that was there before, but it grew on me.