Skip to content

Commit f1ed034

Browse files
k-nasayoshuawuyts
andauthored
Update src/stream/stream/mod.rs
Co-Authored-By: Yoshua Wuyts <yoshuawuyts+github@gmail.com>
1 parent 10f32ca commit f1ed034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stream/stream/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ cfg_if! {
113113
use crate::stream::FromStream;
114114

115115
pub use merge::Merge;
116-
pub use timeout::TimeoutStream;
116+
pub use timeout::{TimeoutError, TimeoutStream};
117117
}
118118
}
119119

0 commit comments

Comments
 (0)