bevy/crates/bevy_reflect/derive
ickshonpe c73daea341
Replace map + unwrap_or(true) with is_none_or (#17070)
# Objective

Reduce all varieties of `my_maybe.map(|x| x.is_true).unwrap_or(true)`
using `is_none_or`.
2024-12-31 20:17:03 +00:00
..
src Replace map + unwrap_or(true) with is_none_or (#17070) 2024-12-31 20:17:03 +00:00
Cargo.toml split bevy_reflect::derive::utilities into proper modules (#15354) 2024-09-22 14:24:14 +00:00