bevy/crates/bevy_ecs/src/system
Joseph da8ab16d83
Relax more Sync bounds on Local (#9589)
# Objective

#5483 allows for the creation of non-`Sync` locals. However, it's not
actually possible to use these types as there is a `Sync` bound on the
`Deref` impls.

## Solution

Remove the unnecessary bounds.
2023-08-28 17:47:15 +00:00
..
commands Add/fix track_caller attribute on panicking entity accessor methods (#8951) 2023-06-26 18:35:11 +00:00
adapter_system.rs Add system.map(...) for transforming the output of a system (#8526) 2023-08-28 16:36:46 +00:00
combinator.rs Implement Clone for CombinatorSystem (#8826) 2023-06-12 19:44:51 +00:00
exclusive_function_system.rs Document every public item in bevy_ecs (#8731) 2023-06-10 23:23:48 +00:00
exclusive_system_param.rs Document every public item in bevy_ecs (#8731) 2023-06-10 23:23:48 +00:00
function_system.rs Migrate the rest of the engine to UnsafeWorldCell (#8833) 2023-06-15 01:31:56 +00:00
mod.rs Add system.map(...) for transforming the output of a system (#8526) 2023-08-28 16:36:46 +00:00
query.rs Implement Debug for UnsafeWorldCell (#9460) 2023-08-20 22:00:12 +00:00
system.rs Improve various Debug implementations (#9588) 2023-08-26 21:27:41 +00:00
system_param.rs Relax more Sync bounds on Local (#9589) 2023-08-28 17:47:15 +00:00