Fix doc test

This commit is contained in:
Steven Fackler 2015-08-10 22:31:17 -04:00
parent e29a62f140
commit b51e009069
1 changed files with 0 additions and 1 deletions

View File

@ -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);