chiark / gitweb /
movehist: Postpone a todo
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 3 Apr 2021 17:45:14 +0000 (18:45 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 4 Apr 2021 19:07:53 +0000 (20:07 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/movehist.rs

index 7397a71252d4d088bd0b0c5cb2fde67a28f7f282..327752a2e7652ccdbe8bcc56cf89ed7f2560cdbd 100644 (file)
@@ -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;