File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -589,12 +589,9 @@ impl SystemTimeError {
589
589
/// Returns the positive duration which represents how far forward the
590
590
/// second system time was from the first.
591
591
///
592
- /// A `SystemTimeError` is returned from the [`duration_since`] and [`elapsed`]
593
- /// methods of [`SystemTime`] whenever the second system time represents a point later
594
- /// in time than the `self` of the method call.
595
- ///
596
- /// [`duration_since`]: SystemTime::duration_since
597
- /// [`elapsed`]: SystemTime::elapsed
592
+ /// A `SystemTimeError` is returned from the [`SystemTime::duration_since`]
593
+ /// and [`SystemTime::elapsed`] methods whenever the second system time
594
+ /// represents a point later in time than the `self` of the method call.
598
595
///
599
596
/// # Examples
600
597
///
You can’t perform that action at this time.
0 commit comments