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)]