image-rs / image

Encoding and decoding images in Rust
Apache License 2.0
5.13k stars 628 forks source link

refactor: Rewrite manual `let-else` #2366

Closed sorairolake closed 3 months ago

sorairolake commented 3 months ago

See https://rust-lang.github.io/rust-clippy/stable/index.html#/manual_let_else.

fintelia commented 3 months ago

Thanks!