mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
clippy
This commit is contained in:
parent
9a8285386f
commit
b43b36dd00
1 changed files with 2 additions and 0 deletions
|
@ -813,6 +813,7 @@ fn modify_refcount_str_help<'a, 'ctx, 'env>(
|
||||||
builder.build_return(None);
|
builder.build_return(None);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[allow(clippy::too_many_arguments)]
|
||||||
fn modify_refcount_dict<'a, 'ctx, 'env>(
|
fn modify_refcount_dict<'a, 'ctx, 'env>(
|
||||||
env: &Env<'a, 'ctx, 'env>,
|
env: &Env<'a, 'ctx, 'env>,
|
||||||
layout_ids: &mut LayoutIds<'a>,
|
layout_ids: &mut LayoutIds<'a>,
|
||||||
|
@ -863,6 +864,7 @@ fn modify_refcount_dict<'a, 'ctx, 'env>(
|
||||||
call_help(env, function, mode, original_wrapper.into(), call_name);
|
call_help(env, function, mode, original_wrapper.into(), call_name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[allow(clippy::too_many_arguments)]
|
||||||
fn modify_refcount_dict_help<'a, 'ctx, 'env>(
|
fn modify_refcount_dict_help<'a, 'ctx, 'env>(
|
||||||
env: &Env<'a, 'ctx, 'env>,
|
env: &Env<'a, 'ctx, 'env>,
|
||||||
layout_ids: &mut LayoutIds<'a>,
|
layout_ids: &mut LayoutIds<'a>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue