Skip to content

Commit 96d3560

Browse files
yoshuawuytsStjepan Glavina
authored and
Stjepan Glavina
committed
remove future::*join macros (#492)
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
1 parent ac1042a commit 96d3560

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/future/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@
4646
//! [`Future::race`]: trait.Future.html#method.race
4747
//! [`Future::try_race`]: trait.Future.html#method.try_race
4848
49-
#[doc(inline)]
50-
pub use async_macros::{join, try_join};
51-
5249
pub use future::Future;
5350
pub use pending::pending;
5451
pub use poll_fn::poll_fn;

0 commit comments

Comments
 (0)