Skip to content

Commit a2baa1d

Browse files
committed
rename stream::join to stream::merge
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
1 parent 33da049 commit a2baa1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stream/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ cfg_if! {
4848

4949
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
5050
#[doc(inline)]
51-
pub use async_macros::{join_stream as join, JoinStream as Join};
51+
pub use async_macros::{join_stream as merge, JoinStream as Merge};
5252
}
5353
}

0 commit comments

Comments
 (0)