make clippy happy

This commit is contained in:
Sébastien Besnier 2020-12-28 19:54:17 +01:00
parent 69c38e5bf7
commit 07d4f8dc15

View file

@ -1871,7 +1871,7 @@ pub fn list_literal<'a>(min_indent: u16) -> impl Parser<'a, Expr<'a>> {
Expr::List { Expr::List {
items: allocated.into_bump_slice(), items: allocated.into_bump_slice(),
final_comments: final_comments, final_comments,
} }
}), }),
) )