fix(ci): remove duplicate doc comment, add rng_seed serialization tests (#344, #527)

Review fixes: deduplicate dump_schedule_graph doc comment,
add rng_seed round-trip test and v9→v10 backward compat test.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-19 15:05:56 +01:00
co-authored by Claude Opus 4.6
parent 3d306b8a2b
commit e047218ad2
2 changed files with 74 additions and 3 deletions
-3
View File
@@ -184,9 +184,6 @@ fn main() {
tracing::info!("Simulation server shutting down");
}
/// Print bevy_ecs schedule graph and exit.
/// Invoked by --dump-schedule CLI flag (#346).
///
/// Print bevy_ecs schedule graph and exit.
/// Invoked by --dump-schedule CLI flag (#346).
///