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
3a25ec5322
commit
81a62d3ef9
1 changed files with 1 additions and 1 deletions
|
@ -1946,7 +1946,7 @@ fn cast_with_overflow_dec_to_roc_type<'a, 'ctx>(
|
|||
return_layout: InLayout<'a>,
|
||||
) -> BasicValueEnum<'ctx> {
|
||||
let return_type = convert::basic_type_from_layout(env, layout_interner, return_layout);
|
||||
cast_basic_basic(env.builder, val.into(), return_type)
|
||||
cast_basic_basic(env.builder, val, return_type)
|
||||
}
|
||||
|
||||
fn build_dec_binop<'a, 'ctx>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue