From: Ian Jackson Date: Sat, 3 Apr 2021 09:57:34 +0000 (+0100) Subject: Note a todo X-Git-Tag: otter-0.5.0~274 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=089e8771183c5850aa73b168340b6f02a4c128eb;p=otter.git Note a todo Signed-off-by: Ian Jackson --- 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;