mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
cargo fmt
This commit is contained in:
parent
0d9e3aa07b
commit
5562b986ce
1 changed files with 1 additions and 4 deletions
|
@ -167,10 +167,7 @@ fn record_type<'a>(min_indent: u16) -> impl Parser<'a, TypeAnnotation<'a>> {
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|((fields, final_comments), ext): (
|
|((fields, final_comments), ext): (
|
||||||
(
|
(Fields<'a>, &'a [CommentOrNewline<'a>]),
|
||||||
Fields<'a>,
|
|
||||||
&'a [CommentOrNewline<'a>]
|
|
||||||
),
|
|
||||||
Option<&'a Located<TypeAnnotation<'a>>>,
|
Option<&'a Located<TypeAnnotation<'a>>>,
|
||||||
)| {
|
)| {
|
||||||
Record {
|
Record {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue