remove unused import
This commit is contained in:
parent
172974f576
commit
c7793a0beb
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ use std::{
|
|||
fs::remove_file,
|
||||
hash::{BuildHasher, Hasher, RandomState},
|
||||
};
|
||||
use std::{fs::File, os::unix::fs::FileExt, thread::sleep};
|
||||
use std::{fs::File, thread::sleep};
|
||||
|
||||
/// Tests what stdout prints
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue