summaryrefslogtreecommitdiff
path: root/dhall_syntax/src/core/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'dhall_syntax/src/core/mod.rs')
-rw-r--r--dhall_syntax/src/core/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/dhall_syntax/src/core/mod.rs b/dhall_syntax/src/core/mod.rs
index fe2c0be..66bf229 100644
--- a/dhall_syntax/src/core/mod.rs
+++ b/dhall_syntax/src/core/mod.rs
@@ -4,6 +4,8 @@ mod import;
pub use import::*;
mod label;
pub use label::*;
+mod span;
+pub use span::*;
mod text;
pub use text::*;
pub mod context;