mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
Fix doctest
This commit is contained in:
@@ -271,6 +271,7 @@ impl SystemTime {
|
||||
/// # Examples
|
||||
///
|
||||
/// ```no_run
|
||||
/// #![feature(assoc_unix_epoch)]
|
||||
/// use std::time::SystemTime;
|
||||
///
|
||||
/// match SystemTime::now().duration_since(SystemTime::UNIX_EPOCH) {
|
||||
|
||||
Reference in New Issue
Block a user