bevy/crates/bevy_hierarchy/src
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
..
components Faster entity cloning (#16717) 2024-12-18 20:03:39 +00:00
child_builder.rs Refactor hierarchy-related commands to remove structs (#17029) 2024-12-30 20:58:03 +00:00
events.rs Fix bevy_hierarchy failing to compile without reflect feature (#16428) 2024-11-19 01:28:42 +00:00
hierarchy.rs Refactor hierarchy-related commands to remove structs (#17029) 2024-12-30 20:58:03 +00:00
lib.rs Add no_std support to bevy_hierarchy (#16998) 2024-12-29 19:12:29 +00:00
query_extension.rs Replace map + unwrap_or(true) with is_none_or (#17070) 2024-12-31 20:17:03 +00:00
valid_parent_check_plugin.rs Add no_std support to bevy_hierarchy (#16998) 2024-12-29 19:12:29 +00:00