diff -r 071a6c1d291e -r 331a3cbe1c9e rust/hg-core/src/checkexec.rs --- a/rust/hg-core/src/checkexec.rs Thu Mar 30 12:21:38 2023 +0200 +++ b/rust/hg-core/src/checkexec.rs Mon Apr 03 15:32:39 2023 +0200 @@ -112,7 +112,7 @@ Ok(false) } -/// This function is a rust rewrite of [checkexec] function from [posix.py] +/// This function is a rust rewrite of `checkexec` function from `posix.py` /// Returns true if the filesystem supports execute permissions. pub fn check_exec(path: impl AsRef) -> bool { check_exec_impl(path).unwrap_or(false)