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 e85e34e commit 9d6212aCopy full SHA for 9d6212a
crates/bevy_ecs/src/system/system_param.rs
@@ -153,8 +153,6 @@ pub unsafe trait SystemParam: Sized {
153
154
/// Applies any deferred mutations stored in this [`SystemParam`]'s state.
155
/// This is used to apply [`Commands`] during [`apply_system_buffers`](crate::prelude::apply_system_buffers).
156
- ///
157
- /// [`Commands`]: crate::prelude::Commands
158
#[inline]
159
#[allow(unused_variables)]
160
fn apply(state: &mut Self::State, system_meta: &SystemMeta, world: &mut World) {}
0 commit comments