Implement StorageBackend::remove_file()
This commit is contained in:
parent
4675f79aae
commit
abee4d4904
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ use std::path::Path;
|
|||
use std::path::PathBuf;
|
||||
use std::vec::Vec;
|
||||
use std::fs::File as FSFile;
|
||||
use std::fs::create_dir_all;
|
||||
use std::fs::remove_file;
|
||||
use std::io::Read;
|
||||
use std::io::Write;
|
||||
|
|
Loading…
Reference in a new issue