Fixed warning

This commit is contained in:
Mikadore
2021-05-27 16:55:14 +02:00
parent 5e1d52d4be
commit 29f6dd1f35
-1
View File
@@ -16,7 +16,6 @@ use std::os::windows::fs::{symlink_dir, symlink_file};
use std::path::{Path, PathBuf};
use std::process::{Child, Command, Stdio};
use std::rc::Rc;
use std::str::from_utf8;
use std::thread::sleep;
use std::time::Duration;
use tempfile::TempDir;