Skip to content

Commit c74d001

Browse files
committed
remove extra line in the commit
1 parent 24cde80 commit c74d001

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/unistd.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@ pub fn isatty(fd: RawFd) -> Result<bool> {
446446
}
447447
}
448448

449-
450449
pub fn unlink<P: ?Sized + NixPath>(path: &P) -> Result<()> {
451450
let res = try!(path.with_nix_path(|cstr| {
452451
unsafe {

0 commit comments

Comments
 (0)