diff --git a/compiler/parse/src/expr.rs b/compiler/parse/src/expr.rs index 743d32262b..f584b16d33 100644 --- a/compiler/parse/src/expr.rs +++ b/compiler/parse/src/expr.rs @@ -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, } }), )