ZIm/crates/quick_action_bar/src
Marshall Bowers 298ca5ff1b
Prefer .map for conditionals with else conditions (#15118)
This PR updates instances where we were using `.when_else` and
`.when_else_some` to use `.map` with a conditional inside.

This allows us to avoid reinventing Rust's syntax for conditionals and
(IMO) makes the code easier to read.

Release Notes:

- N/A
2024-07-24 17:09:07 -04:00
..
quick_action_bar.rs Ensure quick action bar icon buttons are a square (#15092) 2024-07-24 15:40:55 -03:00
repl_menu.rs Prefer .map for conditionals with else conditions (#15118) 2024-07-24 17:09:07 -04:00