@@ -298,7 +298,7 @@ impl<'a> Display for Arguments<'a> {
298
298
///
299
299
/// For more information on formatters, see [the module-level documentation][module].
300
300
///
301
- /// [module]: ../index.html
301
+ /// [module]: ../../std/fmt/ index.html
302
302
///
303
303
/// # Examples
304
304
///
@@ -393,7 +393,7 @@ pub trait Debug {
393
393
///
394
394
/// For more information on formatters, see [the module-level documentation][module].
395
395
///
396
- /// [module]: ../index.html
396
+ /// [module]: ../../std/fmt/ index.html
397
397
///
398
398
/// # Examples
399
399
///
@@ -435,7 +435,7 @@ pub trait Display {
435
435
///
436
436
/// For more information on formatters, see [the module-level documentation][module].
437
437
///
438
- /// [module]: ../index.html
438
+ /// [module]: ../../std/fmt/ index.html
439
439
///
440
440
/// # Examples
441
441
///
@@ -482,7 +482,7 @@ pub trait Octal {
482
482
///
483
483
/// For more information on formatters, see [the module-level documentation][module].
484
484
///
485
- /// [module]: ../index.html
485
+ /// [module]: ../../std/fmt/ index.html
486
486
///
487
487
/// # Examples
488
488
///
@@ -530,7 +530,7 @@ pub trait Binary {
530
530
///
531
531
/// For more information on formatters, see [the module-level documentation][module].
532
532
///
533
- /// [module]: ../index.html
533
+ /// [module]: ../../std/fmt/ index.html
534
534
///
535
535
/// # Examples
536
536
///
@@ -578,7 +578,7 @@ pub trait LowerHex {
578
578
///
579
579
/// For more information on formatters, see [the module-level documentation][module].
580
580
///
581
- /// [module]: ../index.html
581
+ /// [module]: ../../std/fmt/ index.html
582
582
///
583
583
/// # Examples
584
584
///
@@ -624,7 +624,7 @@ pub trait UpperHex {
624
624
///
625
625
/// For more information on formatters, see [the module-level documentation][module].
626
626
///
627
- /// [module]: ../index.html
627
+ /// [module]: ../../std/fmt/ index.html
628
628
///
629
629
/// # Examples
630
630
///
@@ -668,7 +668,7 @@ pub trait Pointer {
668
668
///
669
669
/// For more information on formatters, see [the module-level documentation][module].
670
670
///
671
- /// [module]: ../index.html
671
+ /// [module]: ../../std/fmt/ index.html
672
672
///
673
673
/// # Examples
674
674
///
@@ -711,7 +711,7 @@ pub trait LowerExp {
711
711
///
712
712
/// For more information on formatters, see [the module-level documentation][module].
713
713
///
714
- /// [module]: ../index.html
714
+ /// [module]: ../../std/fmt/ index.html
715
715
///
716
716
/// # Examples
717
717
///
0 commit comments