mirror of
https://github.com/lucaspalomodevelop/binbreak.git
synced 2026-03-13 00:07:28 +00:00
cleanup: remove outdated comment in BinaryNumbersPuzzle struct
This commit is contained in:
parent
ba5d7a6d1c
commit
69c108b516
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user