From 4c7aee17d45fc3a3abb14adf419be60f087ce006 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 6 Sep 2020 02:00:35 +0100 Subject: [PATCH] put this one off --- src/commands.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.rs b/src/commands.rs index 2fbc49e0..902d3aab 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -8,7 +8,7 @@ pub enum MgmtCommand { CreateGame { name: String, insns: Vec }, ListGames { all: Option, }, AlterGame { - // xxx option scope, access control + // todo option scope, access control name: String, insns: Vec, how: MgmtGameUpdateMode, }, -- 2.30.2