2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-05-03 13:41:23 +00:00

Update src/stream/stream/mod.rs

Co-Authored-By: Yoshua Wuyts <yoshuawuyts+github@gmail.com>
This commit is contained in:
nasa 2019-10-16 22:21:32 +09:00 committed by GitHub
parent 10f32ca817
commit f1ed034600
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,7 @@ cfg_if! {
use crate::stream::FromStream;
pub use merge::Merge;
pub use timeout::TimeoutStream;
pub use timeout::{TimeoutError, TimeoutStream};
}
}