summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkiddkai <kiddkai@gmail.com>2016-10-05 13:14:02 +1100
committerkiddkai <kiddkai@gmail.com>2016-10-28 22:26:10 +1100
commitc74d0014bcbeb18c3b646f481ee0abdf59092fab (patch)
treebaac08342158634afc5ff8768450852f83e3eec2
parent24cde803d6259d5404c9d1dda40f45acf458c80e (diff)
downloadnix-c74d0014bcbeb18c3b646f481ee0abdf59092fab.zip
remove extra line in the commit
-rw-r--r--src/unistd.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/unistd.rs b/src/unistd.rs
index 2296e010..a1953115 100644
--- a/src/unistd.rs
+++ b/src/unistd.rs
@@ -446,7 +446,6 @@ pub fn isatty(fd: RawFd) -> Result<bool> {
}
}
-
pub fn unlink<P: ?Sized + NixPath>(path: &P) -> Result<()> {
let res = try!(path.with_nix_path(|cstr| {
unsafe {