summaryrefslogtreecommitdiff
path: root/dhall/src/main.rs
diff options
context:
space:
mode:
authorNadrieril2019-03-06 21:32:20 +0100
committerNadrieril2019-03-06 21:32:20 +0100
commitf055754381d17d987664a5df3d3507c610d0f7cd (patch)
tree3315344ea9ab19a951846a406df6f9e57ed5edb9 /dhall/src/main.rs
parent19898d575f0fded463356aab952800e35cb9ff46 (diff)
Merge dhall_normalize back into dhall; that was unnecessary
Diffstat (limited to 'dhall/src/main.rs')
-rw-r--r--dhall/src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/dhall/src/main.rs b/dhall/src/main.rs
index 182f4a7..3e8aca4 100644
--- a/dhall/src/main.rs
+++ b/dhall/src/main.rs
@@ -4,7 +4,6 @@ use term_painter::ToStyle;
use dhall::*;
use dhall_core::*;
-use dhall_normalize::*;
const ERROR_STYLE: term_painter::Color = term_painter::Color::Red;
const BOLD: term_painter::Attr = term_painter::Attr::Bold;