bevy/crates/bevy_ecs/src
JoJoJet 336049da68 Remove outdated uses of single-tuple bundles (#6406)
# Objective

Bevy still has many instances of using single-tuples `(T,)` to create a bundle. Due to #2975, this is no longer necessary.

## Solution

Search for regex `\(.+\s*,\)`. This should have found every instance.
2022-10-29 18:15:28 +00:00
..
entity Use default serde impls for Entity (#6194) 2022-10-28 22:21:30 +00:00
query Remove outdated uses of single-tuple bundles (#6406) 2022-10-29 18:15:28 +00:00
schedule fix nightly clippy warnings (#6395) 2022-10-28 21:03:01 +00:00
storage Extract Resources into their own dedicated storage (#4809) 2022-10-24 13:46:36 +00:00
system Fix query.to_readonly().get_component_mut() soundness bug (#6401) 2022-10-29 04:13:54 +00:00
world fix nightly clippy warnings (#6395) 2022-10-28 21:03:01 +00:00
archetype.rs Clean up Fetch code (#4800) 2022-10-28 09:25:50 +00:00
bundle.rs Prepare for upcoming rustlang by fixing upcoming clippy warnings (#6376) 2022-10-26 19:15:15 +00:00
change_detection.rs Implement IntoIterator for ECS wrapper types. (#5096) 2022-10-24 21:01:08 +00:00
component.rs Fix CI issues arising from use of Rust 1.64 (#6067) 2022-09-22 16:56:43 +00:00
event.rs Optimize use statement (#5992) 2022-09-15 17:05:09 +00:00
lib.rs Clean up Fetch code (#4800) 2022-10-28 09:25:50 +00:00
reflect.rs Enable Constructing ReflectComponent/Resource (#6257) 2022-10-17 14:01:50 +00:00