weird clippy quirk

This commit is contained in:
Folkert 2020-10-08 01:53:02 +02:00
parent b7edc9b9c1
commit 3f4ec2068e

View file

@ -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>,