mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
5e1756954f
# Objective Fixes #5153 ## Solution Search for all enums and manually check if they have default impls that can use this new derive. By my reckoning: | enum | num | |-|-| | total | 159 | | has default impl | 29 | | default is unit variant | 23 | |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |