Skip to content

Commit 9d6212a

Browse files
committed
fix a merge artefact
1 parent e85e34e commit 9d6212a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/bevy_ecs/src/system/system_param.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,6 @@ pub unsafe trait SystemParam: Sized {
153153

154154
/// Applies any deferred mutations stored in this [`SystemParam`]'s state.
155155
/// This is used to apply [`Commands`] during [`apply_system_buffers`](crate::prelude::apply_system_buffers).
156-
///
157-
/// [`Commands`]: crate::prelude::Commands
158156
#[inline]
159157
#[allow(unused_variables)]
160158
fn apply(state: &mut Self::State, system_meta: &SystemMeta, world: &mut World) {}

0 commit comments

Comments
 (0)