Skip to content

Commit 9fb514b

Browse files
committed
fix ci
1 parent af4dcc5 commit 9fb514b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ecs/src/system/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ where
244244
Self {
245245
builder,
246246
func,
247-
_data: PhantomData,
247+
_marker: PhantomData,
248248
}
249249
}
250250
}

0 commit comments

Comments
 (0)