We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Future
1 parent a9ec99f commit 1bef503Copy full SHA for 1bef503
src/libcore/future/future.rs
@@ -23,7 +23,7 @@ use crate::task::{Context, Poll};
23
/// When using a future, you generally won't call `poll` directly, but instead
24
/// `await!` the value.
25
#[doc(spotlight)]
26
-#[must_use = "futures do nothing unless polled"]
+#[must_use = "futures stay idle unless you await them"]
27
#[stable(feature = "futures_api", since = "1.36.0")]
28
pub trait Future {
29
/// The type of value produced on completion.
0 commit comments