We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SystemLabelMarker
1 parent d38a8df commit 2c9bc0bCopy full SHA for 2c9bc0b
crates/bevy_ecs/src/schedule/system_descriptor.rs
@@ -46,8 +46,6 @@ pub trait IntoSystemDescriptor<Params> {
46
fn into_descriptor(self) -> SystemDescriptor;
47
}
48
49
-pub struct SystemLabelMarker;
50
-
51
impl IntoSystemDescriptor<()> for ParallelSystemDescriptor {
52
fn into_descriptor(self) -> SystemDescriptor {
53
SystemDescriptor::Parallel(self)
0 commit comments