Skip to content

Commit 722b354

Browse files
committed
cargo fmt
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent b3c688e commit 722b354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/future/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ pub use async_macros::{join, select, try_join, try_select};
5050

5151
use cfg_if::cfg_if;
5252

53+
pub use into_future::IntoFuture;
5354
pub use pending::pending;
5455
pub use poll_fn::poll_fn;
5556
pub use ready::ready;
56-
pub use into_future::IntoFuture;
5757

5858
mod into_future;
5959
mod pending;

0 commit comments

Comments
 (0)