bevy/crates/bevy_hierarchy/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
..
components Make Children constructor pub(crate). (#5532) 2022-08-05 03:49:12 +00:00
child_builder.rs Remove outdated uses of single-tuple bundles (#6406) 2022-10-29 18:15:28 +00:00
events.rs Fix some grammatical errors in the docs (#6109) 2022-09-26 21:47:31 +00:00
hierarchy.rs Spawn now takes a Bundle (#6054) 2022-09-23 19:55:54 +00:00
lib.rs Add warning when a hierarchy component is missing (#5590) 2022-09-19 16:12:11 +00:00
valid_parent_check_plugin.rs Add warning when a hierarchy component is missing (#5590) 2022-09-19 16:12:11 +00:00