Skip to content

Commit e0fd19e

Browse files
authored
Re-export FromSecsError from std
1 parent a841165 commit e0fd19e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

std/src/time.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ use crate::sys_common::FromInner;
4444
#[stable(feature = "time", since = "1.3.0")]
4545
pub use core::time::Duration;
4646

47+
#[unstable(feature = "duration_checked_float", issue = "83400")]
48+
pub use core::time::FromSecsError;
49+
4750
/// A measurement of a monotonically nondecreasing clock.
4851
/// Opaque and useful only with [`Duration`].
4952
///

0 commit comments

Comments
 (0)