mirror of
https://github.com/bevyengine/bevy
synced 2024-11-23 05:03:47 +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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |