summaryrefslogtreecommitdiff
path: root/serde_dhall/src/static_type.rs
diff options
context:
space:
mode:
authorNadrieril2020-03-18 21:37:14 +0000
committerNadrieril2020-03-31 21:44:01 +0100
commitfa89e9cb319b353332c9e835944e7f86a6604c42 (patch)
tree669c879e1231ce898dd83c786eb17976a2ba6171 /serde_dhall/src/static_type.rs
parent7848c8e8d3147ebe428290558aa6c0efcbf59ee5 (diff)
Move Value, SimpleValue and SimpleType to serde
Diffstat (limited to 'serde_dhall/src/static_type.rs')
-rw-r--r--serde_dhall/src/static_type.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/serde_dhall/src/static_type.rs b/serde_dhall/src/static_type.rs
index bc5f366..4e30f34 100644
--- a/serde_dhall/src/static_type.rs
+++ b/serde_dhall/src/static_type.rs
@@ -1,5 +1,4 @@
-use dhall::{STyKind, SimpleType};
-
+use crate::simple::{STyKind, SimpleType};
use crate::Type;
/// A Rust type that can be represented as a Dhall type.