We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db54e66 commit af4dcc5Copy full SHA for af4dcc5
crates/bevy_ecs/src/system/builder.rs
@@ -308,9 +308,9 @@ where
308
func: Func,
309
meta: SystemMeta,
310
},
311
- // This only exists as a variant to use with `mem::replace` in `initialize`.
312
- // If this state is ever observed outside `initialize`, then a `panic!`
313
- // interrupted initialization, leaving this system in an invalid state.
+ /// This only exists as a variant to use with `mem::replace` in `initialize`.
+ /// If this state is ever observed outside `initialize`, then a `panic!`
+ /// interrupted initialization, leaving this system in an invalid state.
314
Invalid,
315
}
316
0 commit comments