mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
clippy
This commit is contained in:
parent
13b2c23c01
commit
82ff8a8edf
2 changed files with 2 additions and 5 deletions
|
@ -921,10 +921,7 @@ pub fn list_walk<'a, 'ctx, 'env>(
|
|||
);
|
||||
}
|
||||
|
||||
(
|
||||
BasicValueEnum::StructValue(ptr_and_data),
|
||||
Layout::Closure(_, closure_layout, ret_elem_layout),
|
||||
) => {
|
||||
(BasicValueEnum::StructValue(ptr_and_data), Layout::Closure(_, _, _)) => {
|
||||
let builder = env.builder;
|
||||
|
||||
let func_ptr = builder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue