From b451ffa758de3616231bf00875387dbe362d1a20 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 3 Apr 2021 18:45:14 +0100 Subject: [PATCH] movehist: Postpone 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 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; -- 2.30.2