Skip to content

Commit

Permalink
Fix doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Aug 11, 2015
1 parent e29a62f commit b51e009
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libstd/time/duration.rs
Expand Up @@ -32,7 +32,6 @@ const MILLIS_PER_SEC: u64 = 1_000;
/// # Examples
///
/// ```
/// #![feature(duration)]
/// use std::time::Duration;
///
/// let five_seconds = Duration::new(5, 0);
Expand Down

0 comments on commit b51e009

Please sign in to comment.