We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8666a25 commit f94dd92Copy full SHA for f94dd92
futures-util/src/future/future/remote_handle.rs
@@ -36,7 +36,7 @@ use {
36
/// must be careful with regard to unwind safety because the thread in which the future
37
/// is polled will keep running after the panic and the thread running the [RemoteHandle]
38
/// will unwind.
39
-#[must_use = "futures do nothing unless you `.await` or poll them"]
+#[must_use = "dropping a remote handle cancels the underlying future"]
40
#[derive(Debug)]
41
#[cfg_attr(docsrs, doc(cfg(feature = "channel")))]
42
pub struct RemoteHandle<T> {
0 commit comments