Skip to content

Commit c11281f

Browse files
authored
fix tests
1 parent 533c0f0 commit c11281f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/libcore/time.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ impl Duration {
464464
///
465465
/// # Examples
466466
/// ```
467-
/// #![feature(exact_chunks)]
467+
/// #![feature(duration_float_ops)]
468468
/// use std::time::Duration;
469469
///
470470
/// let dur = Duration::new(2, 700_000_000);
@@ -498,7 +498,7 @@ impl Duration {
498498
///
499499
/// # Examples
500500
/// ```
501-
/// #![feature(exact_chunks)]
501+
/// #![feature(duration_float_ops)]
502502
/// use std::time::Duration;
503503
///
504504
/// let dur = Duration::new(2, 700_000_000);
@@ -533,7 +533,7 @@ impl Duration {
533533
///
534534
/// # Examples
535535
/// ```
536-
/// #![feature(exact_chunks)]
536+
/// #![feature(duration_float_ops)]
537537
/// use std::time::Duration;
538538
///
539539
/// let dur1 = Duration::new(2, 700_000_000);

0 commit comments

Comments
 (0)