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