diff --git a/compiler/parse/src/type_annotation.rs b/compiler/parse/src/type_annotation.rs index 5463e7a036..b640c04b93 100644 --- a/compiler/parse/src/type_annotation.rs +++ b/compiler/parse/src/type_annotation.rs @@ -167,10 +167,7 @@ fn record_type<'a>(min_indent: u16) -> impl Parser<'a, TypeAnnotation<'a>> { ) ), |((fields, final_comments), ext): ( - ( - Fields<'a>, - &'a [CommentOrNewline<'a>] - ), + (Fields<'a>, &'a [CommentOrNewline<'a>]), Option<&'a Located>>, )| { Record {