summaryrefslogtreecommitdiff
path: root/dhall/src/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/src/tests.rs')
-rw-r--r--dhall/src/tests.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/dhall/src/tests.rs b/dhall/src/tests.rs
index 18f6917..4fa1cf5 100644
--- a/dhall/src/tests.rs
+++ b/dhall/src/tests.rs
@@ -35,7 +35,6 @@ macro_rules! make_spec_test {
use crate::error::{Error, Result};
use crate::phase::Parsed;
-use crate::traits::DynamicType;
use std::path::PathBuf;
#[derive(Copy, Clone)]