Skip to content

Commit 9356dd5

Browse files
committed
expose future::ready!
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent 272f74c commit 9356dd5

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 poll_fn::poll_fn;
1014
pub use ready::ready;

0 commit comments

Comments
 (0)