image-rs / image-png

PNG decoding and encoding library in pure Rust
https://docs.rs/png
Apache License 2.0
357 stars 140 forks source link

Fix clippy warnings #325

Closed MichaelMcDonnell closed 2 years ago

MichaelMcDonnell commented 2 years ago

There were 27 clippy warnings that were pretty self-explanatory. You can run cargo clippy if you want the details of each change.

I'm happy to break it up into multiple pull request with each category of warnings by themselves if needed.

MichaelMcDonnell commented 2 years ago

Great! Thanks!