mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
make clippy happy
This commit is contained in:
parent
69c38e5bf7
commit
07d4f8dc15
1 changed files with 1 additions and 1 deletions
|
@ -1871,7 +1871,7 @@ pub fn list_literal<'a>(min_indent: u16) -> impl Parser<'a, Expr<'a>> {
|
|||
|
||||
Expr::List {
|
||||
items: allocated.into_bump_slice(),
|
||||
final_comments: final_comments,
|
||||
final_comments,
|
||||
}
|
||||
}),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue