Skip to content

Commit e2db765

Browse files
committed
prelude
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent 402e999 commit e2db765

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
@@ -28,6 +28,8 @@ pub use crate::stream::Stream;
2828
#[doc(no_inline)]
2929
pub use crate::task_local;
3030

31+
#[doc(hidden)]
32+
pub use crate::future::future::FutureExt as _;
3133
#[doc(hidden)]
3234
pub use crate::io::buf_read::BufReadExt as _;
3335
#[doc(hidden)]

0 commit comments

Comments
 (0)