From 431fda3f76a343ce0ec966628a7b661fa9baba0e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 18 Nov 2020 22:13:40 +0000 Subject: [PATCH] demote a todo "whatever" Signed-off-by: Ian Jackson --- src/bin/daemon-otter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/daemon-otter.rs b/src/bin/daemon-otter.rs index 490ba9d3..76104cc8 100644 --- a/src/bin/daemon-otter.rs +++ b/src/bin/daemon-otter.rs @@ -102,7 +102,7 @@ fn resource<'r>(leaf : CheckedResourceLeaf) -> impl Responder<'r> { #[throws(StartupError)] fn main() { - // xxx test suite for cli at least + // todo test suite for cli at least // todo test suite for web api let config_filename = env::args().nth(1); -- 2.30.2