From 089e8771183c5850aa73b168340b6f02a4c128eb Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 3 Apr 2021 10:57:34 +0100 Subject: [PATCH] Note a todo Signed-off-by: Ian Jackson --- src/movehist.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/movehist.rs b/src/movehist.rs index 77dfe2c2..a8a5edeb 100644 --- a/src/movehist.rs +++ b/src/movehist.rs @@ -4,7 +4,7 @@ use super::*; // we are otter::updates::movehist -pub const LENS: &[usize] = &[ 0, 1, 3, 10 ]; +pub const LENS: &[usize] = &[ 0, 1, 3, 10 ]; // xxx want option with no name pub const LEN_MAX: usize = 10; pub const LEN_DEF_I: usize = 1; pub const MIN_DIST: f64 = 7.5; -- 2.30.2