Skip to content

Commit 1930f41

Browse files
committed
rollback commit
1 parent 08a14e9 commit 1930f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/sys/fs/unsupported.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ pub fn rename(_old: &Path, _new: &Path) -> io::Result<()> {
309309
}
310310

311311
pub fn set_perm(_p: &Path, perm: FilePermissions) -> io::Result<()> {
312-
unsupported()
312+
match perm.0 {}
313313
}
314314

315315
pub fn set_times(_p: &Path, times: FileTimes) -> io::Result<()> {

0 commit comments

Comments
 (0)