fix missing import in tests - oops
This commit is contained in:
parent
187912af13
commit
9108f2d432
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ use std::{
|
|||
hash::{BuildHasher, Hasher, RandomState},
|
||||
};
|
||||
use std::{fs::File, thread::sleep};
|
||||
use std::os::unix::fs::FileExt;
|
||||
|
||||
/// Tests what stdout prints
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue