summaryrefslogtreecommitdiff
path: root/dhall/src/error
diff options
context:
space:
mode:
authorNadrieril2020-02-19 17:24:41 +0000
committerNadrieril2020-02-19 17:24:41 +0000
commit26ed5a1d4d43573ac8ad2f8de9e4dd411650aa9a (patch)
tree39c7a0dbc2ae2c0448591f2d91f612d324ae6393 /dhall/src/error
parentce4665bdfcbcb4e34e760acef83bd4de3fbef530 (diff)
Expose fewer pub things
Diffstat (limited to 'dhall/src/error')
-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 39f8dfb..b4c5073 100644
--- a/dhall/src/error/builder.rs
+++ b/dhall/src/error/builder.rs
@@ -7,7 +7,7 @@ use annotate_snippets::{
use crate::syntax::{ParsedSpan, Span};
#[derive(Debug, Clone, Default)]
-pub struct ErrorBuilder {
+pub(crate) struct ErrorBuilder {
title: FreeAnnotation,
annotations: Vec<SpannedAnnotation>,
footer: Vec<FreeAnnotation>,