Skip to content

Commit

Permalink
stream: expose Timout (#4601)
Browse files Browse the repository at this point in the history
  • Loading branch information
madadam committed Apr 6, 2022
1 parent f8a6cf4 commit 7d3b9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio-stream/src/lib.rs
Expand Up @@ -78,7 +78,7 @@ pub mod wrappers;
mod stream_ext;
pub use stream_ext::{collect::FromStream, StreamExt};
cfg_time! {
pub use stream_ext::timeout::Elapsed;
pub use stream_ext::timeout::{Elapsed, Timeout};
}

mod empty;
Expand Down

0 comments on commit 7d3b9d7

Please sign in to comment.