Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/test_utils/src/lib.rs')
-rw-r--r--crates/test_utils/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/test_utils/src/lib.rs b/crates/test_utils/src/lib.rs
index 146e4f0c30..871ff20a9b 100644
--- a/crates/test_utils/src/lib.rs
+++ b/crates/test_utils/src/lib.rs
@@ -12,7 +12,6 @@ mod assert_linear;
use std::{
collections::BTreeMap,
- convert::{TryFrom, TryInto},
env, fs,
path::{Path, PathBuf},
};