Skip to content

Commit 2258b49

Browse files
sfacklerbrson
authored andcommitted
Fix doc test
1 parent 7a9a90f commit 2258b49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstd/time/duration.rs

Lines changed: 0 additions & 1 deletion
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)