Skip to content

Commit b51e009

Browse files
committed
Fix doc test
1 parent e29a62f commit b51e009

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstd/time/duration.rs

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ const MILLIS_PER_SEC: u64 = 1_000;
3232
/// # Examples
3333
///
3434
/// ```
35-
/// #![feature(duration)]
3635
/// use std::time::Duration;
3736
///
3837
/// let five_seconds = Duration::new(5, 0);

0 commit comments

Comments
 (0)