cleanup: remove outdated comment in BinaryNumbersPuzzle struct

This commit is contained in:
epic-64 2025-11-08 00:00:00 +01:00
parent ba5d7a6d1c
commit 69c108b516

View File

@ -512,7 +512,7 @@ pub struct BinaryNumbersPuzzle {
time_left: f64,
guess_result: Option<GuessResult>,
last_points_awarded: u32,
stats_snapshot: Option<StatsSnapshot>, // NEW: integrated stats
stats_snapshot: Option<StatsSnapshot>,
}
impl BinaryNumbersPuzzle {