mirror of
https://github.com/containers/bootc.git
synced 2026-02-06 09:45:32 +01:00
Convert to [let else](https://doc.rust-lang.org/rust-by-example/flow_control/let_else.html) where possible. I've been coding Rust long before it was stable, and my muscle memory has the expanded form. But the short form is nicer. Signed-off-by: Colin Walters <walters@verbum.org>