satisfy lints

pull/3/head
Szymon Walter 2018-03-20 12:57:00 +01:00
parent 02f70ee974
commit a1436f2d26
2 changed files with 0 additions and 2 deletions

View File

@ -314,7 +314,6 @@ mod tests {
}
#[test]
#[allow(unused_unsafe)]
fn superblock() {
use std::cell::RefCell;
use std::fs::File;

View File

@ -307,7 +307,6 @@ mod file {
slice
.map(|slice| {
let index = *slice.at_index();
let end = index + Address::from(slice.as_ref().len());
let mut refmut = self.borrow_mut();
refmut
.seek(SeekFrom::Start(index.index64()))