diff --git a/src/reactor/timeout_token.rs b/src/reactor/timeout_token.rs index 5c086216e..9b6e5feb1 100644 --- a/src/reactor/timeout_token.rs +++ b/src/reactor/timeout_token.rs @@ -48,7 +48,7 @@ impl TimeoutToken { /// # Panics /// /// This method will panic if the timeout specified was not created by this - /// loop handle's `add_timeout` method. + /// loop handle's `add_timeout` method or if called multiple times. pub fn cancel_timeout(&self, handle: &Remote) { debug!("cancel timeout {}", self.token); handle.send(Message::CancelTimeout(self.token))