summaryrefslogtreecommitdiff
path: root/dhall/src/error/builder.rs
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/src/error/builder.rs')
-rw-r--r--dhall/src/error/builder.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall/src/error/builder.rs b/dhall/src/error/builder.rs
index c0bacb5..3ee65fb 100644
--- a/dhall/src/error/builder.rs
+++ b/dhall/src/error/builder.rs
@@ -6,7 +6,7 @@ use annotate_snippets::{
use crate::syntax::{ParsedSpan, Span};
#[derive(Debug, Clone, Default)]
-pub(crate) struct ErrorBuilder {
+pub struct ErrorBuilder {
title: FreeAnnotation,
annotations: Vec<SpannedAnnotation>,
footer: Vec<FreeAnnotation>,