Skip to content

Commit 5a184f2

Browse files
committed
prelude
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
1 parent e66a083 commit 5a184f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/prelude.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ pub use crate::stream::Stream;
2626
#[doc(no_inline)]
2727
pub use crate::task_local;
2828

29+
#[doc(hidden)]
30+
pub use crate::future::future::FutureExt as _;
2931
#[doc(hidden)]
3032
pub use crate::io::buf_read::BufReadExt as _;
3133
#[doc(hidden)]

0 commit comments

Comments
 (0)