image-rs / image

Encoding and decoding images in Rust
Apache License 2.0
4.96k stars 618 forks source link

refactor: Rewrite manual `let-else` #2366

Closed sorairolake closed 1 week ago

sorairolake commented 1 week ago

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

fintelia commented 1 week ago

Thanks!