From 4c0c6f9e87ae44547e41d31db341b91f14d2492e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 16 May 2021 00:32:38 +0100 Subject: [PATCH] errors: Abolish obsolete MgmtError::GameCorrupted Signed-off-by: Ian Jackson --- src/commands.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands.rs b/src/commands.rs index c00f870d..823b5e7d 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -222,7 +222,6 @@ pub enum MgmtError { #[error("game already has player with that nick")] NickCollision, #[error("{0}")] GameBeingDestroyed (#[from] GameBeingDestroyed), #[error("game not found")] GameNotFound, - #[error("xxx GameCorrupted")] GameCorrupted, #[error("{0}")] AccountNotFound (#[from] AccountNotFound), #[error("{0}")] PlayerNotFound (#[from] PlayerNotFound), #[error("piece not found in game")] PieceNotFound, -- 2.30.2