Skip to content

Commit d422d48

Browse files
added back [allow(unused_unsafe)]
This was erroneously removed while resolving a merge conflict.
1 parent e6032fb commit d422d48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/bevy_ecs/src/system/system_param.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2039,6 +2039,7 @@ unsafe impl<T: SystemParam> SystemParam for ParamSet<'_, '_, Vec<T>> {
20392039
}
20402040
}
20412041

2042+
#[allow(unused_unsafe)]
20422043
unsafe fn update_meta(
20432044
state: &mut Self::State,
20442045
world: UnsafeWorldCell,

0 commit comments

Comments
 (0)