From: Ian Jackson Date: Sat, 3 Apr 2021 17:45:14 +0000 (+0100) Subject: movehist: Postpone a todo X-Git-Tag: otter-0.5.0~227 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=b451ffa758de3616231bf00875387dbe362d1a20;p=otter.git movehist: Postpone a todo Signed-off-by: Ian Jackson --- diff --git a/src/movehist.rs b/src/movehist.rs index 7397a712..327752a2 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 ]; // xxx want option with no name +pub const LENS: &[usize] = &[ 0, 1, 3, 10 ]; // 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;