chiark / gitweb /
gamestate: a todo to add a fehler bug ref
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 11 Jan 2021 00:50:11 +0000 (00:50 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 11 Jan 2021 00:50:11 +0000 (00:50 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/gamestate.rs

index 8ab4fb413d7cf0e13f554985988455334af607aa..9efebd30a31b7b95b9617dfde374311f375297b2 100644 (file)
@@ -133,7 +133,7 @@ pub trait Piece: Outline + Send + Debug {
     throw!(OE::BadOperation)
   }
 
-  // #[throws] doesn't work here for some reason
+  // #[throws] doesn't work here - fehler #todo
   fn svg_piece(&self, f: &mut Html, pri: &PieceRenderInstructions) -> IR;
 
   fn describe_html(&self, face: Option<FaceId>) -> Html;