Fixup: Import remove_file()

This commit is contained in:
Matthias Beyer 2015-12-02 11:49:11 +01:00
parent 0796d0ab36
commit 1e5c50bc0b
1 changed files with 1 additions and 0 deletions

View File

@ -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;