bevy/crates/bevy_ecs/src
Carter Anderson 877d278785
Remove unnecessary + use<> (#20180)
# Objective

Including `use<>` where it is not needed is abhorrent to my
sensibilities

## Solution

Begone foul demon!
2025-07-17 21:36:24 +00:00
..
bundle allow EntityCloner to move components without Clone or Reflect (#20065) 2025-07-14 22:33:01 +00:00
component allow EntityCloner to move components without Clone or Reflect (#20065) 2025-07-14 22:33:01 +00:00
entity allow EntityCloner to move components without Clone or Reflect (#20065) 2025-07-14 22:33:01 +00:00
error Don't create errors for ignored failed commands (#19718) 2025-06-29 16:34:20 +00:00
event Change event to event_key where it refers to an EventKey (#20060) 2025-07-16 18:19:30 +00:00
observer Change event to event_key where it refers to an EventKey (#20060) 2025-07-16 18:19:30 +00:00
query Don't ignore default query filters for EntityRef or EntityMut (#20163) 2025-07-17 19:23:41 +00:00
reflect Add EntityWorldMut::(try_)resource_scope (#20162) 2025-07-16 17:37:25 +00:00
relationship allow EntityCloner to move components without Clone or Reflect (#20065) 2025-07-14 22:33:01 +00:00
schedule Improve node encapsulation in ScheduleGraph (#20119) 2025-07-15 06:29:52 +00:00
storage Bump typos to 1.34.0 (#20013) 2025-07-07 20:15:06 +00:00
system Documentation improvement system_param.rs (#20157) 2025-07-16 17:58:18 +00:00
world Change event to event_key where it refers to an EventKey (#20060) 2025-07-16 18:19:30 +00:00
archetype.rs Bump typos to 1.34.0 (#20013) 2025-07-07 20:15:06 +00:00
batching.rs
change_detection.rs Split BufferedEvent from Event (#20101) 2025-07-14 21:31:48 +00:00
entity_disabling.rs Remove unnecessary + use<> (#20180) 2025-07-17 21:36:24 +00:00
hierarchy.rs Add parent ID to the B0004 log message (#19980) 2025-07-07 20:04:59 +00:00
intern.rs
label.rs
lib.rs Split BufferedEvent from Event (#20101) 2025-07-14 21:31:48 +00:00
lifecycle.rs Remove the need to derive Event when deriving EntityEvent (#20104) 2025-07-15 16:45:38 +00:00
name.rs Add newlines before impl blocks (#19746) 2025-06-22 23:07:02 +00:00
never.rs
resource.rs
spawn.rs Remove Bundle::register_required_components (#19967) 2025-07-06 18:15:28 +00:00
traversal.rs Let query items borrow from query state to avoid needing to clone (#15396) 2025-06-16 21:05:41 +00:00