chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ade615d
)
movehist: Postpone a todo
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 3 Apr 2021 17:45:14 +0000
(18:45 +0100)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/src/movehist.rs
b/src/movehist.rs
index 7397a71252d4d088bd0b0c5cb2fde67a28f7f282..327752a2e7652ccdbe8bcc56cf89ed7f2560cdbd 100644
(file)
--- 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;