We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e8b2d commit 301a506Copy full SHA for 301a506
src/future/into_future.rs
@@ -30,6 +30,8 @@ use crate::future::Future;
30
/// }
31
32
/// ```
33
+#[cfg(any(feature = "unstable", feature = "docs"))]
34
+#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
35
pub trait IntoFuture {
36
/// The type of value produced on completion.
37
type Output;
0 commit comments