image-rs / image

Encoding and decoding images in Rust
Apache License 2.0
4.86k stars 597 forks source link

A bunch of Clippy fixes #2270

Closed kornelski closed 2 months ago

kornelski commented 2 months ago

size_of will be in prelude (it is in nightlies already).

HeroicKatora commented 2 months ago

Soo many opportunities for must_use, nice.