mirror of
https://github.com/bevyengine/bevy
synced 2024-12-29 14:33:12 +00:00
336049da68
# 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. |
||
---|---|---|
.. | ||
access.rs | ||
fetch.rs | ||
filter.rs | ||
iter.rs | ||
mod.rs | ||
state.rs |