Files
WAFER/crates
ok2 d5acdc0e7b
CI / check (push) Has been cancelled
fix: Rust 1.95 clippy — match guards + map_or
Rust 1.95 promoted collapsible_match and map_unwrap_or; CI runs
-D warnings so they break the build. Collapse nested `if`s into
match guards across codegen/optimizer/export, and swap
map().unwrap_or(..) for map_or / is_ok_and.
2026-04-21 17:00:21 +02:00
..