diff options
Diffstat (limited to 'library/std/src')
| -rw-r--r-- | library/std/src/time.rs | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/library/std/src/time.rs b/library/std/src/time.rs index 6e28596e79b..03af35e809c 100644 --- a/library/std/src/time.rs +++ b/library/std/src/time.rs @@ -205,8 +205,8 @@ pub struct Instant(time::Instant); /// println!("{}", elapsed.as_secs()); /// } /// Err(e) => { -/// // an error occurred! -/// println!("Error: {e:?}"); +/// // the system clock went backwards! +/// println!("Great Scott! {e:?}"); /// } /// } /// } | 
