diff --git a/src/task.rs b/src/task.rs index c30ad55b..17944996 100644 --- a/src/task.rs +++ b/src/task.rs @@ -85,7 +85,6 @@ where /// A handle that awaits the result of a [`spawn`]ed future. /// /// [`spawn`]: fn.spawn.html -#[must_use = "futures do nothing unless you `.await` or poll them"] #[derive(Debug)] pub struct JoinHandle { pub(crate) rx: futures::channel::oneshot::Receiver,