From aa6cea01d6c0d6220146b1f50d938fe9c12a9a75 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 1 May 2022 18:23:41 +0100 Subject: [PATCH] apitest: Add a comment about what PieceInfo means Signed-off-by: Ian Jackson --- apitest/atmain.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)] -- 2.30.2