From: Ian Jackson Date: Mon, 11 Jan 2021 00:50:11 +0000 (+0000) Subject: gamestate: a todo to add a fehler bug ref X-Git-Tag: otter-0.3.0~86 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=6909ecd2ba63f31e319a998be7d60f2f8350296e;p=otter.git gamestate: a todo to add a fehler bug ref Signed-off-by: Ian Jackson --- 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;