diff --git a/rust/hg-core/src/checkexec.rs b/rust/hg-core/src/checkexec.rs --- a/rust/hg-core/src/checkexec.rs +++ b/rust/hg-core/src/checkexec.rs @@ -112,8 +112,10 @@ fn check_exec_impl(path: impl AsRef) -> bool { check_exec_impl(path).unwrap_or(false) }