Remove warning

This commit is contained in:
Thomas Forgione 2023-10-12 16:25:55 +02:00
parent 498129df37
commit 2db55162a5
1 changed files with 0 additions and 1 deletions

View File

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