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
9c27535cee
commit
73358b98bd
2 changed files with 1 additions and 17 deletions
|
@ -3618,9 +3618,6 @@ pub fn build_closure_caller<'a, 'ctx, 'env>(
|
|||
lambda_set: LambdaSet<'a>,
|
||||
result: &Layout<'a>,
|
||||
) {
|
||||
let context = &env.context;
|
||||
let builder = env.builder;
|
||||
|
||||
let mut argument_types = Vec::with_capacity_in(arguments.len() + 3, env.arena);
|
||||
|
||||
for layout in arguments {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue