From bfc79f8199ab1d12317562b302a7efb7ed883db5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 3 Jun 2021 00:00:25 +0100 Subject: [PATCH] Rename forgame.rs from manipgame.rs Signed-off-by: Ian Jackson --- cli/{manipgame.rs => forgame.rs} | 0 cli/otter.rs | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename cli/{manipgame.rs => forgame.rs} (100%) diff --git a/cli/manipgame.rs b/cli/forgame.rs similarity index 100% rename from cli/manipgame.rs rename to cli/forgame.rs diff --git a/cli/otter.rs b/cli/otter.rs index d7b01e0f..7b8973a8 100644 --- a/cli/otter.rs +++ b/cli/otter.rs @@ -29,7 +29,7 @@ pub use argparse::action::ParseResult::Parsed; pub mod clisupport; use clisupport::*; -mod manipgame; +mod forgame; #[derive(Debug)] enum ServerLocation { -- 2.30.2