mirror of
https://github.com/async-rs/async-std.git
synced 2025-05-03 21:51:23 +00:00
Update src/stream/stream/mod.rs
Co-Authored-By: Yoshua Wuyts <yoshuawuyts+github@gmail.com>
This commit is contained in:
parent
10f32ca817
commit
f1ed034600
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ cfg_if! {
|
||||||
use crate::stream::FromStream;
|
use crate::stream::FromStream;
|
||||||
|
|
||||||
pub use merge::Merge;
|
pub use merge::Merge;
|
||||||
pub use timeout::TimeoutStream;
|
pub use timeout::{TimeoutError, TimeoutStream};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue