summaryrefslogtreecommitdiff
path: root/dhall/src/tests.rs
diff options
context:
space:
mode:
authorNadrieril2019-05-07 12:49:35 +0200
committerNadrieril2019-05-07 13:39:19 +0200
commit1b8a67353a0167bdafd0b8cc03f5d83464f7af3d (patch)
treebe09afffa41df0e006e80813b446f733b34039fa /dhall/src/tests.rs
parent542e316e456b676da791585379ba7da9ebb343f3 (diff)
Unify Type, TypeInternal and Typed
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)]