Fixing remaining warnings and errors throughout

This commit is contained in:
Alex Crichton
2014-02-01 11:24:42 -08:00
parent f9a32cdabc
commit c765a8e7ad
22 changed files with 185 additions and 277 deletions

View File

@@ -1535,6 +1535,7 @@ mod tests {
assert!(*chunk.data == 0xbe);
close(fd);
}
drop(chunk);
fs::unlink(&path).unwrap();
}