time: reexport Elapsed (#1826)

This commit is contained in:
Benjamin Fry
2019-11-26 15:10:41 -08:00
committed by Carl Lerche
parent abfa857f09
commit ebf5f37989
+1 -1
View File
@@ -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;