summaryrefslogtreecommitdiff
path: root/serde_dhall/tests/traits.rs
diff options
context:
space:
mode:
Diffstat (limited to 'serde_dhall/tests/traits.rs')
-rw-r--r--serde_dhall/tests/traits.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/serde_dhall/tests/traits.rs b/serde_dhall/tests/traits.rs
index b2fe6e5..f3c6f05 100644
--- a/serde_dhall/tests/traits.rs
+++ b/serde_dhall/tests/traits.rs
@@ -1,4 +1,4 @@
-use serde_dhall::{from_str, StaticType, Type};
+use serde_dhall::{from_str, simple::Type, StaticType};
#[test]
fn test_static_type() {