mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
Fix clippy
This commit is contained in:
parent
3a6225c354
commit
9b9b6d39f3
6 changed files with 10 additions and 11 deletions
|
@ -233,6 +233,7 @@ fn loc_term<'a>() -> impl Parser<'a, Loc<Expr<'a>>, EExpr<'a>> {
|
|||
),
|
||||
zero_or_more(pnc_args()),
|
||||
),
|
||||
#[allow(clippy::type_complexity)]
|
||||
|arena,
|
||||
(expr, arg_locs_with_suffixes_vec): (
|
||||
Loc<Expr<'a>>,
|
||||
|
|
|
@ -348,7 +348,7 @@ fn loc_ident_pattern_help<'a>(
|
|||
byte(b')', EPattern::ParenEnd),
|
||||
Pattern::SpaceBefore,
|
||||
)),
|
||||
|args| ArgType::PncArgs(args),
|
||||
ArgType::PncArgs,
|
||||
);
|
||||
|
||||
let whitespace_args =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue