We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e9106d commit 0d998c8Copy full SHA for 0d998c8
1 file changed
cmd/soroban-cli/src/config/locator.rs
@@ -585,6 +585,7 @@ fn fix_config_permissions(root: std::path::PathBuf) {
585
}
586
587
588
+#[allow(unused_variables, clippy::unnecessary_wraps)]
589
pub(crate) fn set_hardened_permissions(path: &Path) -> io::Result<()> {
590
#[cfg(unix)]
591
{
0 commit comments