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:
08b661d
)
apitest: Add a comment about what PieceInfo<JsV> means
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 1 May 2022 17:23:41 +0000
(18:23 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 1 May 2022 17:47:41 +0000
(18:47 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
apitest/atmain.rs
patch
|
blob
|
history
diff --git
a/apitest/atmain.rs
b/apitest/atmain.rs
index 34d8b8b3c9855b209484915d4a3435e3c5c71be2..9c1205a40b76009869f91e27897cf64371161945 100644
(file)
--- a/
apitest/atmain.rs
+++ b/
apitest/atmain.rs
@@
-218,7
+218,7
@@
mod pi {
}
pub use pi::*;
-type Pieces<PI> = IndexVec<PI, PieceInfo<JsV>>;
+type Pieces<PI> = IndexVec<PI, PieceInfo<JsV
/*~PreparedPieceState*/
>>;
type PiecesSlice<PI> = IndexSlice<PI,[PieceInfo<JsV>]>;
#[derive(Debug,Clone)]