diff --git a/syndicate/src/actor.rs b/syndicate/src/actor.rs index 39c3f85..321511f 100644 --- a/syndicate/src/actor.rs +++ b/syndicate/src/actor.rs @@ -88,7 +88,7 @@ pub type ActorError = Box; pub type ActorResult = Result<(), ActorError>; /// Final exit status of an actor. -#[derive(Clone, PartialEq, Eq)] +#[derive(Debug, Clone, PartialEq, Eq)] pub enum ExitStatus { Normal, Dropped,