Remove warnings

This commit is contained in:
Jeremy Soller 2016-09-19 17:28:22 -06:00
parent 0b3be623fc
commit 94ad63de11
4 changed files with 9 additions and 9 deletions

View file

@ -62,7 +62,7 @@ impl Scheme for DebugScheme {
Ok(buffer.len())
}
fn fsync(&mut self, file: usize) -> Result<()> {
fn fsync(&mut self, _file: usize) -> Result<()> {
Ok(())
}