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.
1 parent 391ccd0 commit 6508b4eCopy full SHA for 6508b4e
crates/bevy_ecs/macros/src/lib.rs
@@ -380,6 +380,7 @@ pub fn derive_system_param(input: TokenStream) -> TokenStream {
380
type Fetch = #fetch_struct_name <(#(<#field_types as SystemParam>::Fetch,)*), #punctuated_generic_idents>;
381
}
382
383
+ #[doc(hidden)]
384
#fetch_struct_visibility struct #fetch_struct_name<TSystemParamState, #punctuated_generic_idents> {
385
state: TSystemParamState,
386
marker: std::marker::PhantomData<(#punctuated_generic_idents)>
0 commit comments