From: Ian Jackson Date: Sun, 1 May 2022 17:23:41 +0000 (+0100) Subject: apitest: Add a comment about what PieceInfo means X-Git-Tag: otter-1.1.0~356 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=aa6cea01d6c0d6220146b1f50d938fe9c12a9a75;p=otter.git apitest: Add a comment about what PieceInfo means Signed-off-by: Ian Jackson --- diff --git a/apitest/atmain.rs b/apitest/atmain.rs index 34d8b8b3..9c1205a4 100644 --- a/apitest/atmain.rs +++ b/apitest/atmain.rs @@ -218,7 +218,7 @@ mod pi { } pub use pi::*; -type Pieces = IndexVec>; +type Pieces = IndexVec>; type PiecesSlice = IndexSlice]>; #[derive(Debug,Clone)]