We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533c0f0 commit c11281fCopy full SHA for c11281f
src/libcore/time.rs
@@ -464,7 +464,7 @@ impl Duration {
464
///
465
/// # Examples
466
/// ```
467
- /// #![feature(exact_chunks)]
+ /// #![feature(duration_float_ops)]
468
/// use std::time::Duration;
469
470
/// let dur = Duration::new(2, 700_000_000);
@@ -498,7 +498,7 @@ impl Duration {
498
499
500
501
502
503
504
@@ -533,7 +533,7 @@ impl Duration {
533
534
535
536
537
538
539
/// let dur1 = Duration::new(2, 700_000_000);
0 commit comments