Skip to content

Commit 65c5a7c

Browse files
Apply suggestions from code review
Co-authored-by: ira <[email protected]>
1 parent f2af7e3 commit 65c5a7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/ecs/system_sets.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ fn main() {
7272
// This shows that we can modify existing run criteria results.
7373
// Here we create a _not done_ criteria by piping the output of
7474
// the `is_done` system and inverting the output.
75-
// Notice a string literal also works as a label.
7675
.with_run_criteria(RunCriteria::pipe(is_done_label, inverse))
7776
// `collision` and `sfx` are not ordered with respect to
7877
// each other, and may run in any order

0 commit comments

Comments
 (0)