File tree 1 file changed +0
-8
lines changed
1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -419,8 +419,6 @@ impl Duration {
419
419
/// Checked `Duration` addition. Computes `self + other`, returning [`None`]
420
420
/// if overflow occurred.
421
421
///
422
- /// [`None`]: crate::option::Option::None
423
- ///
424
422
/// # Examples
425
423
///
426
424
/// Basic usage:
@@ -455,8 +453,6 @@ impl Duration {
455
453
/// Checked `Duration` subtraction. Computes `self - other`, returning [`None`]
456
454
/// if the result would be negative or if overflow occurred.
457
455
///
458
- /// [`None`]: crate::option::Option::None
459
- ///
460
456
/// # Examples
461
457
///
462
458
/// Basic usage:
@@ -492,8 +488,6 @@ impl Duration {
492
488
/// Checked `Duration` multiplication. Computes `self * other`, returning
493
489
/// [`None`] if overflow occurred.
494
490
///
495
- /// [`None`]: crate::option::Option::None
496
- ///
497
491
/// # Examples
498
492
///
499
493
/// Basic usage:
@@ -524,8 +518,6 @@ impl Duration {
524
518
/// Checked `Duration` division. Computes `self / other`, returning [`None`]
525
519
/// if `other == 0`.
526
520
///
527
- /// [`None`]: crate::option::Option::None
528
- ///
529
521
/// # Examples
530
522
///
531
523
/// Basic usage:
You can’t perform that action at this time.
0 commit comments