@@ -561,7 +561,7 @@ impl Item {
561
561
only on field level\n \n = note: {note}\n \n ",
562
562
563
563
note = "see \
564
- https://github.com/clap- rs/clap/blob/master/examples/derive_ref/README.md#magic -attributes")
564
+ https://docs. rs/clap/latest/clap/_derive/index.html#arg -attributes")
565
565
} ;
566
566
567
567
let val = if let Some ( expr) = & attr. value {
@@ -611,7 +611,7 @@ impl Item {
611
611
only on field level\n \n = note: {note}\n \n ",
612
612
613
613
note = "see \
614
- https://github.com/clap- rs/clap/blob/master/examples/derive_ref/README.md#magic -attributes")
614
+ https://docs. rs/clap/latest/clap/_derive/index.html#arg -attributes")
615
615
} ;
616
616
let expr = attr. value_or_abort ( ) ?;
617
617
@@ -622,7 +622,7 @@ impl Item {
622
622
"#[arg(default_values_t)] can be used only on Vec types\n \n = note: {note}\n \n " ,
623
623
624
624
note = "see \
625
- https://github.com/clap- rs/clap/blob/master/examples/derive_ref/README.md#magic -attributes")
625
+ https://docs. rs/clap/latest/clap/_derive/index.html#arg -attributes")
626
626
}
627
627
let inner_type = inner_type ( ty) ;
628
628
@@ -689,7 +689,7 @@ impl Item {
689
689
only on field level\n \n = note: {note}\n \n ",
690
690
691
691
note = "see \
692
- https://github.com/clap- rs/clap/blob/master/examples/derive_ref/README.md#magic -attributes")
692
+ https://docs. rs/clap/latest/clap/_derive/index.html#arg -attributes")
693
693
} ;
694
694
695
695
let val = if let Some ( expr) = & attr. value {
@@ -739,7 +739,7 @@ impl Item {
739
739
only on field level\n \n = note: {note}\n \n ",
740
740
741
741
note = "see \
742
- https://github.com/clap- rs/clap/blob/master/examples/derive_ref/README.md#magic -attributes")
742
+ https://docs. rs/clap/latest/clap/_derive/index.html#arg -attributes")
743
743
} ;
744
744
let expr = attr. value_or_abort ( ) ?;
745
745
@@ -750,7 +750,7 @@ impl Item {
750
750
"#[arg(default_values_os_t)] can be used only on Vec types\n \n = note: {note}\n \n " ,
751
751
752
752
note = "see \
753
- https://github.com/clap- rs/clap/blob/master/examples/derive_ref/README.md#magic -attributes")
753
+ https://docs. rs/clap/latest/clap/_derive/index.html#arg -attributes")
754
754
}
755
755
let inner_type = inner_type ( ty) ;
756
756
0 commit comments