From: Ian Jackson Date: Wed, 18 Nov 2020 22:13:40 +0000 (+0000) Subject: demote a todo X-Git-Tag: otter-0.2.0~472 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=431fda3f76a343ce0ec966628a7b661fa9baba0e;p=otter.git demote a todo "whatever" Signed-off-by: Ian Jackson --- 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);