Skip to content

Commit 301a506

Browse files
committed
mark as unstable
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent d7e8b2d commit 301a506

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/future/into_future.rs

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ use crate::future::Future;
3030
/// }
3131
/// }
3232
/// ```
33+
#[cfg(any(feature = "unstable", feature = "docs"))]
34+
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
3335
pub trait IntoFuture {
3436
/// The type of value produced on completion.
3537
type Output;

0 commit comments

Comments
 (0)