mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-16 10:49:55 +00:00
remove future::*join macros (#492)
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
parent
ac1042a9ca
commit
96d3560742
1 changed files with 0 additions and 3 deletions
|
@ -46,9 +46,6 @@
|
|||
//! [`Future::race`]: trait.Future.html#method.race
|
||||
//! [`Future::try_race`]: trait.Future.html#method.try_race
|
||||
|
||||
#[doc(inline)]
|
||||
pub use async_macros::{join, try_join};
|
||||
|
||||
pub use future::Future;
|
||||
pub use pending::pending;
|
||||
pub use poll_fn::poll_fn;
|
||||
|
|
Loading…
Reference in a new issue