We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33da049 commit a2baa1dCopy full SHA for a2baa1d
src/stream/mod.rs
@@ -48,6 +48,6 @@ cfg_if! {
48
49
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
50
#[doc(inline)]
51
- pub use async_macros::{join_stream as join, JoinStream as Join};
+ pub use async_macros::{join_stream as merge, JoinStream as Merge};
52
}
53
0 commit comments