chiark / gitweb /
Note a todo
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 3 Apr 2021 09:57:34 +0000 (10:57 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 3 Apr 2021 10:25:23 +0000 (11:25 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/movehist.rs

index 77dfe2c2910267742dbc13e823e13aff90ab0b7f..a8a5edeb820338af737e358aded1d819556d35cd 100644 (file)
@@ -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;