summaryrefslogtreecommitdiffstats
path: root/src/testutils.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/testutils.rs')
-rw-r--r--src/testutils.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testutils.rs b/src/testutils.rs
index 1cc3fd4..ade3ea1 100644
--- a/src/testutils.rs
+++ b/src/testutils.rs
@@ -1,7 +1,6 @@
use assert_fs::fixture::{ChildPath, FixtureError};
use assert_fs::prelude::*;
use assert_fs::TempDir;
-use std::fs;
use std::path::{Path, PathBuf};
pub fn path_to(artifact: &str) -> PathBuf {