fix: Fix latest clippy suggestions (#1136)

Have removed some imports that Clippy says are not needed anymore.
This commit is contained in:
Thomas O'Donnell
2020-04-24 12:37:13 +02:00
committed by GitHub
parent b0bfed2a21
commit 060689fa88
20 changed files with 0 additions and 20 deletions
-1
View File
@@ -3,7 +3,6 @@ use std::fs;
use std::path::{Path, PathBuf};
use std::process::Command;
use std::{env, io};
use tempfile;
use crate::common::{self, TestCommand};