Remove warning
This commit is contained in:
parent
498129df37
commit
2db55162a5
|
@ -1,7 +1,6 @@
|
|||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
use std::env::current_dir;
|
||||
use std::fs::{create_dir_all, File};
|
||||
use std::path::{Path, PathBuf};
|
||||
use std::process::{Command, ExitStatus};
|
||||
|
|
Loading…
Reference in New Issue