diff options
Diffstat (limited to 'src/tree/file_builder.rs')
-rw-r--r-- | src/tree/file_builder.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tree/file_builder.rs b/src/tree/file_builder.rs index 81702b83e..3c7e2d7cf 100644 --- a/src/tree/file_builder.rs +++ b/src/tree/file_builder.rs | |||
@@ -157,5 +157,5 @@ fn grow(left: &mut TextRange, right: TextRange) { | |||
157 | 157 | ||
158 | #[derive(Default)] | 158 | #[derive(Default)] |
159 | pub(crate) struct ErrorMsg { | 159 | pub(crate) struct ErrorMsg { |
160 | pub(crate) message: String | 160 | pub(crate) message: String, |
161 | } | 161 | } |