hopefully fix CI

I'm not sure why CI needs this. Test passes locally with and without it. Hmm
This commit is contained in:
Elliott Pierce 2025-07-05 14:51:45 -04:00
parent 0b3da3464c
commit fb897d272c

View File

@ -529,7 +529,7 @@ impl<'w, 's> Commands<'w, 's> {
/// // Return from the system successfully.
/// Ok(())
/// }
/// # bevy_ecs::system::assert_is_system(example_system);
/// # bevy_ecs::system::assert_is_system::<(), (), _>(example_system);
/// ```
///
/// # See also