mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +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>(
|
||||
arena: &'a Bump,
|
||||
solved_subs: Solved<Subs>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue