bevy/crates/bevy_reflect/src/serde
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
..
de Update hashbrown to 0.15 (#15801) 2024-12-10 19:45:50 +00:00
ser Replace map + unwrap_or(false) with is_some_and (#17067) 2024-12-31 20:28:02 +00:00
mod.rs Serialize and deserialize tuple struct with one field as newtype struct (#15628) 2024-10-07 23:40:03 +00:00
type_data.rs Add no_std support to bevy_reflect (#16256) 2024-12-05 21:15:21 +00:00