mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
weird clippy quirk
This commit is contained in:
parent
b7edc9b9c1
commit
3f4ec2068e
1 changed files with 1 additions and 0 deletions
|
@ -1727,6 +1727,7 @@ fn ident_from_exposed(entry: &ExposesEntry<'_>) -> Ident {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[allow(clippy::too_many_arguments)]
|
||||||
fn build_pending_specializations<'a>(
|
fn build_pending_specializations<'a>(
|
||||||
arena: &'a Bump,
|
arena: &'a Bump,
|
||||||
solved_subs: Solved<Subs>,
|
solved_subs: Solved<Subs>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue