Fixup: Import remove_file()
This commit is contained in:
parent
0796d0ab36
commit
1e5c50bc0b
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ use std::path::Path;
|
|||
use std::path::PathBuf;
|
||||
use std::vec::Vec;
|
||||
use std::fs::File as FSFile;
|
||||
use std::fs::remove_file;
|
||||
use std::io::Read;
|
||||
use std::io::Write;
|
||||
use std::vec::IntoIter;
|
||||
|
|
Loading…
Reference in a new issue