Skip to content

Commit 01e7f5f

Browse files
nyurikcuviper
andcommitted
Update library/std/src/sys/pal/unix/process/process_unix.rs
Co-authored-by: Josh Stone <[email protected]>
1 parent fbb514c commit 01e7f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/sys/pal/unix/process/process_unix.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ impl Command {
335335
cvt(libc::setuid(u as uid_t))?;
336336
}
337337
}
338-
if let Some(ref cwd) = self.get_cwd() {
338+
if let Some(cwd) = self.get_cwd() {
339339
cvt(libc::chdir(cwd.as_ptr()))?;
340340
}
341341

0 commit comments

Comments
 (0)