Skip to content

Commit 0d998c8

Browse files
authored
Fix Windows build warnings in set_hardened_permissions. (#2519)
1 parent 8e9106d commit 0d998c8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmd/soroban-cli/src/config/locator.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,7 @@ fn fix_config_permissions(root: std::path::PathBuf) {
585585
}
586586
}
587587

588+
#[allow(unused_variables, clippy::unnecessary_wraps)]
588589
pub(crate) fn set_hardened_permissions(path: &Path) -> io::Result<()> {
589590
#[cfg(unix)]
590591
{

0 commit comments

Comments
 (0)