mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Fix clippy
This commit is contained in:
parent
3a6225c354
commit
9b9b6d39f3
6 changed files with 10 additions and 11 deletions
|
@ -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