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