From 9f3c3db102d6e0c6119795201cf4bfb01d0c1cae Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 6 Dec 2020 00:59:09 +0000 Subject: [PATCH] formatting, some from rustfmt (manually picked) Signed-off-by: Ian Jackson --- src/gamestate.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gamestate.rs b/src/gamestate.rs index ab0f114d..6f9e3ec4 100644 --- a/src/gamestate.rs +++ b/src/gamestate.rs @@ -85,7 +85,6 @@ pub struct CommittedLogEntry { // ---------- piece trait, and rendering ---------- - #[typetag::serde] pub trait Outline : Send + Debug { fn surround_path(&self, pri : &PieceRenderInstructions) -> Result; -- 2.30.2