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
@@ -51,7 +51,6 @@ mod tests {
use ansi_term::Color;
use std::fs::File;
use std::io;
use tempfile;
#[test]
fn folder_without_crystal_files() -> io::Result<()> {