File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2884,7 +2884,7 @@ impl Build {
2884
2884
/// Get the archiver that's in use for this configuration.
2885
2885
///
2886
2886
/// This will return a result instead of panicing;
2887
- /// see [`get_archiver() `] for the complete description.
2887
+ /// see [`Self:: get_archiver`] for the complete description.
2888
2888
pub fn try_get_archiver ( & self ) -> Result < Command , Error > {
2889
2889
Ok ( self . try_get_archiver_and_flags ( ) ?. 0 )
2890
2890
}
@@ -2935,7 +2935,7 @@ impl Build {
2935
2935
/// Get the ranlib that's in use for this configuration.
2936
2936
///
2937
2937
/// This will return a result instead of panicing;
2938
- /// see [`get_ranlib() `] for the complete description.
2938
+ /// see [`Self:: get_ranlib`] for the complete description.
2939
2939
pub fn try_get_ranlib ( & self ) -> Result < Command , Error > {
2940
2940
let mut cmd = self . get_base_ranlib ( ) ?;
2941
2941
if let Ok ( flags) = self . envflags ( "RANLIBFLAGS" ) {
You can’t perform that action at this time.
0 commit comments