diff --git a/cmd/soroban-cli/src/config/locator.rs b/cmd/soroban-cli/src/config/locator.rs index 0831c83d4..e9f229b7c 100644 --- a/cmd/soroban-cli/src/config/locator.rs +++ b/cmd/soroban-cli/src/config/locator.rs @@ -585,6 +585,7 @@ fn fix_config_permissions(root: std::path::PathBuf) { } } +#[allow(unused_variables, clippy::unnecessary_wraps)] pub(crate) fn set_hardened_permissions(path: &Path) -> io::Result<()> { #[cfg(unix)] {