summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/phase/resolve.rs
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/src/semantics/phase/resolve.rs')
-rw-r--r--dhall/src/semantics/phase/resolve.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall/src/semantics/phase/resolve.rs b/dhall/src/semantics/phase/resolve.rs
index 86dc7ae..cc4a024 100644
--- a/dhall/src/semantics/phase/resolve.rs
+++ b/dhall/src/semantics/phase/resolve.rs
@@ -1,7 +1,7 @@
use std::collections::HashMap;
use std::path::{Path, PathBuf};
-use crate::semantics::error::{Error, ImportError};
+use crate::error::{Error, ImportError};
use crate::semantics::phase::{Normalized, NormalizedExpr, Parsed, Resolved};
use crate::syntax;
use crate::syntax::{FilePath, ImportLocation, URL};