From: Ian Jackson Date: Fri, 15 Apr 2022 09:58:24 +0000 (+0100) Subject: Gamestate: Fix a more style nit X-Git-Tag: otter-1.1.0~598 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=3333dcc722348d47b23f40c69616072ff4ad1c52;p=otter.git Gamestate: Fix a more style nit Signed-off-by: Ian Jackson --- diff --git a/src/gamestate.rs b/src/gamestate.rs index 6887274b..db92d2b7 100644 --- a/src/gamestate.rs +++ b/src/gamestate.rs @@ -200,9 +200,9 @@ pub trait PieceTrait: PieceBaseTrait + Send + Debug + 'static { fn describe_html(&self, gpc: &GPiece, _goccults: &GameOccults) -> Result; - #[throws(IE)] /// Piece is responsible for dealing with the possibility that they /// may be occulted! + #[throws(IE)] fn held_change_hook(&self, _ig: &InstanceRef, _gpieces: &mut GPieces,