forked from bevyengine/bevy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Follow up on Todo in bevy_reflect_derive (bevyengine#7461)
# 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: [https://github.com/bevyengine/bevy/blob/69fc8c6b70dd350ef31eb260a1137a2d6c8a3c19/crates/bevy_reflect/bevy_reflect_derive/src/impls/tuple_structs.rs#L18](https://github.com/bevyengine/bevy/blob/69fc8c6b70dd350ef31eb260a1137a2d6c8a3c19/crates/bevy_reflect/bevy_reflect_derive/src/impls/tuple_structs.rs#L18)
- Loading branch information
1 parent
6beb463
commit e5b5220
Showing
3 changed files
with
8 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters