Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cbournhonesque-sc committed Mar 16, 2024
1 parent acb235a commit 38e6d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_reflect/src/impls/std.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ impl<T: FromReflect + TypePath + GetTypeRegistration> Enum for Option<T> {
None
}

fn name_at(&self, _index: usize) -> Option<&'static str> {
fn name_at(&self, _index: usize) -> Option<&str> {
None
}

Expand Down

0 comments on commit 38e6d80

Please sign in to comment.