We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37972ae commit 8a0aa9fCopy full SHA for 8a0aa9f
src/libcore/time.rs
@@ -459,7 +459,7 @@ impl Duration {
459
None
460
}
461
462
-
+
463
/// Returns the number of seconds contained by this `Duration` as `f64`.
464
///
465
/// The returned value does include the fractional (nanosecond) part of the duration.
@@ -497,7 +497,7 @@ impl Duration {
497
nanos: (nanos % (NANOS_PER_SEC as u128)) as u32,
498
499
500
501
/// Multiply `Duration` by `f64`.
502
503
/// # Examples
0 commit comments