From 69b0d073ed0e528eff3f8c5627473fa96a1c0ae4 Mon Sep 17 00:00:00 2001 From: Avril Date: Tue, 19 Jan 2021 02:03:23 +0000 Subject: [PATCH] todo: rework --- src/state/service/supervisor/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state/service/supervisor/mod.rs b/src/state/service/supervisor/mod.rs index dab6d09..9e7d725 100644 --- a/src/state/service/supervisor/mod.rs +++ b/src/state/service/supervisor/mod.rs @@ -11,7 +11,7 @@ const SUPERVISOR_BACKLOG: usize = 32; mod dispatch; pub use dispatch::*; -//TODO: This all needs redoing when i'm actually lucid. This part seems okay but the rest of `service` needs to go and be replaced by something like this +TODO: This all needs redoing when i'm actually lucid. This part seems okay but the rest of `service` needs to go and be replaced by something like this /// Signal the shutdown method to the supervisor. #[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Copy)]