Skip to content

Commit c1adb04

Browse files
committed
fix ci
1 parent 06d7b46 commit c1adb04

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)