Skip to content

Commit 80f57cb

Browse files
committed
fixup! WIP refactor is_writable()
1 parent c5fb2ec commit 80f57cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uu/rm/src/rm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ fn is_writable(path: &Path) -> bool {
351351
}
352352

353353
#[cfg(not(unix))]
354-
fn is_writable(path: &Path) -> bool {
354+
fn is_writable(_path: &Path) -> bool {
355355
true
356356
}
357357

0 commit comments

Comments
 (0)