mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Fmt and clippy
This commit is contained in:
parent
3c10ad2a9f
commit
a38f1d1e8d
5 changed files with 6 additions and 4 deletions
|
@ -739,6 +739,7 @@ fn append_expect_definition<'a>(
|
|||
defs.push(arena.alloc(loc_def));
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
fn append_type_definition<'a>(
|
||||
arena: &'a Bump,
|
||||
defs: &mut Vec<'a, &'a Loc<Def<'a>>>,
|
||||
|
@ -941,6 +942,7 @@ enum TypeKind {
|
|||
Opaque,
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
fn finish_parsing_alias_or_opaque<'a>(
|
||||
min_indent: u32,
|
||||
options: ExprParseOptions,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue