Skip to content

Commit

Permalink
time: reexport Elapsed (#1826)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluejekyll authored and carllerche committed Nov 26, 2019
1 parent abfa857 commit ebf5f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/time/mod.rs
Expand Up @@ -94,7 +94,7 @@ pub use interval::{interval, interval_at, Interval};

mod timeout;
#[doc(inline)]
pub use timeout::{timeout, timeout_at, Timeout};
pub use timeout::{timeout, timeout_at, Timeout, Elapsed};

mod wheel;

Expand Down

0 comments on commit ebf5f37

Please sign in to comment.