mirror of
https://github.com/bevyengine/bevy
synced 2024-11-23 13:13:49 +00:00
e5b522064c
# Objective
Follow up on Todo in bevy_reflect_derive
## Solution
- Replaced all Instances that do the same as `ident_or_index` with a call to it.
- Only the following Line wasn't replaced, as it only wants the index, and not the ident:
[
|
||
---|---|---|
.. | ||
src | ||
Cargo.toml |