We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b9665 commit 78b8430Copy full SHA for 78b8430
crates/bevy_reflect/bevy_reflect_derive/src/impls/structs.rs
@@ -165,7 +165,7 @@ pub(crate) fn impl_struct(reflect_struct: &ReflectStruct) -> TokenStream {
165
166
#[inline]
167
fn get_represented_type_info(&self) -> #FQOption<&'static #bevy_reflect_path::TypeInfo> {
168
- #FQOption::Some(<Self as #bevy_reflect_path::Typed>::type_info())
+ #FQOption::Some(<Self as #bevy_reflect_path::Typed>::type_info())
169
}
170
171
0 commit comments