From 3333dcc722348d47b23f40c69616072ff4ad1c52 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 15 Apr 2022 10:58:24 +0100 Subject: [PATCH] Gamestate: Fix a more style nit 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 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, -- 2.30.2