mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
clippy
This commit is contained in:
parent
6ddb65d529
commit
f6f2830bac
1 changed files with 1 additions and 1 deletions
|
@ -736,7 +736,7 @@ pub fn build_compare_wrapper<'a, 'ctx>(
|
|||
};
|
||||
|
||||
env.arena
|
||||
.alloc([value1.into(), value2.into(), closure_data.into()])
|
||||
.alloc([value1.into(), value2.into(), closure_data])
|
||||
as &[BasicMetadataValueEnum]
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue