We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e29a62f commit b51e009Copy full SHA for b51e009
src/libstd/time/duration.rs
@@ -32,7 +32,6 @@ const MILLIS_PER_SEC: u64 = 1_000;
32
/// # Examples
33
///
34
/// ```
35
-/// #![feature(duration)]
36
/// use std::time::Duration;
37
38
/// let five_seconds = Duration::new(5, 0);
0 commit comments