From 6909ecd2ba63f31e319a998be7d60f2f8350296e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 11 Jan 2021 00:50:11 +0000 Subject: [PATCH] gamestate: a todo to add a fehler bug ref Signed-off-by: Ian Jackson --- src/gamestate.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gamestate.rs b/src/gamestate.rs index 8ab4fb41..9efebd30 100644 --- a/src/gamestate.rs +++ b/src/gamestate.rs @@ -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) -> Html; -- 2.30.2