bevy/crates/bevy_ui
ickshonpe 7a5a734452
Replace map + unwrap_or(false) with is_some_and (#17067)
# Objective

The `my_option.map(|inner| inner.is_whatever).unwrap_or(false)` pattern
is fragile and ugly.

Replace it with `is_some_and` everywhere.
2024-12-31 20:28:02 +00:00
..
src Replace map + unwrap_or(false) with is_some_and (#17067) 2024-12-31 20:28:02 +00:00
Cargo.toml Upgrade Taffy to 0.7 (#16780) 2024-12-12 18:12:32 +00:00
README.md Add README.md to all crates (#13184) 2024-05-02 18:56:00 +00:00

Bevy UI

License Crates.io Downloads Docs Discord