We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#[automatically_derived]
1 parent 9a8349a commit 43f83d5Copy full SHA for 43f83d5
crates/bevy_ecs/macros/src/world_query.rs
@@ -37,7 +37,6 @@ pub(crate) fn item_struct(
37
Fields::Unnamed(_) => quote! {
38
#derive_macro_call
39
#item_attrs
40
- #[automatically_derived]
41
#visibility struct #item_struct_name #user_impl_generics_with_world #user_where_clauses_with_world(
42
#( #field_visibilities <#field_types as #path::query::WorldQuery>::Item<'__w>, )*
43
);
0 commit comments