mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Clippy
This commit is contained in:
parent
ce7c61eb09
commit
64b559073d
4 changed files with 10 additions and 9 deletions
|
@ -1204,6 +1204,7 @@ fn solve(
|
|||
|
||||
/// If a symbol claims to specialize an ability member, check that its solved type in fact
|
||||
/// does specialize the ability, and record the specialization.
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
fn check_ability_specialization(
|
||||
subs: &mut Subs,
|
||||
env: &Env,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue