cleanups: avoid compiler warnings

This commit is contained in:
Dietmar Maurer
2018-12-19 12:49:23 +01:00
parent 6c20a13d3c
commit eae8aa3aa9
3 changed files with 26 additions and 29 deletions

View File

@ -9,7 +9,7 @@ use std::io::Read;
use std::io::ErrorKind;
use std::time::Duration;
use std::os::unix::io::{RawFd, AsRawFd};
use std::os::unix::io::AsRawFd;
pub mod timer;
@ -173,5 +173,4 @@ pub fn file_chunker<C, R>(
}
Ok(())
}