File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -464,7 +464,7 @@ impl Duration {
464
464
///
465
465
/// # Examples
466
466
/// ```
467
- /// #![feature(exact_chunks )]
467
+ /// #![feature(duration_float_ops )]
468
468
/// use std::time::Duration;
469
469
///
470
470
/// let dur = Duration::new(2, 700_000_000);
@@ -498,7 +498,7 @@ impl Duration {
498
498
///
499
499
/// # Examples
500
500
/// ```
501
- /// #![feature(exact_chunks )]
501
+ /// #![feature(duration_float_ops )]
502
502
/// use std::time::Duration;
503
503
///
504
504
/// let dur = Duration::new(2, 700_000_000);
@@ -533,7 +533,7 @@ impl Duration {
533
533
///
534
534
/// # Examples
535
535
/// ```
536
- /// #![feature(exact_chunks )]
536
+ /// #![feature(duration_float_ops )]
537
537
/// use std::time::Duration;
538
538
///
539
539
/// let dur1 = Duration::new(2, 700_000_000);
You can’t perform that action at this time.
0 commit comments