Skip to content

Commit 5b5994c

Browse files
committed
expose future::ready!
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent 38a8676 commit 5b5994c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/future/mod.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ pub use std::future::Future;
55

66
use cfg_if::cfg_if;
77

8+
// Re-export the `ready!` definition from an external crate to expose it from
9+
// this submodule.
10+
pub use futures::ready;
11+
812
pub use pending::pending;
913
pub use ready::ready;
1014

0 commit comments

Comments
 (0)