Re-export FromSecsError from std
This commit is contained in:
parent
33766ae372
commit
e4faf17437
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@ use crate::sys_common::FromInner;
|
||||||
#[stable(feature = "time", since = "1.3.0")]
|
#[stable(feature = "time", since = "1.3.0")]
|
||||||
pub use core::time::Duration;
|
pub use core::time::Duration;
|
||||||
|
|
||||||
|
#[unstable(feature = "duration_checked_float", issue = "83400")]
|
||||||
|
pub use core::time::FromSecsError;
|
||||||
|
|
||||||
/// A measurement of a monotonically nondecreasing clock.
|
/// A measurement of a monotonically nondecreasing clock.
|
||||||
/// Opaque and useful only with [`Duration`].
|
/// Opaque and useful only with [`Duration`].
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue