[functional-tests] Fix clippy warnings

This commit is contained in:
Joe Thornber
2020-08-07 15:41:21 +01:00
parent fa4ea3e2d9
commit 8f76371bb2
9 changed files with 46 additions and 58 deletions

View File

@@ -1,5 +1,4 @@
use anyhow::Result;
use thinp::file_utils;
use thinp::version::TOOLS_VERSION;
use duct::cmd;
@@ -7,7 +6,6 @@ mod common;
use common::*;
use common::test_dir::*;
use common::cache_xml_generator::{write_xml, XmlGen};
//------------------------------------------