mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-18 02:50:17 +00:00
clippy fix
This commit is contained in:
parent
08be0dc8aa
commit
e0cd63d7fc
1 changed files with 1 additions and 2 deletions
|
@ -3922,8 +3922,7 @@ fn expose_function_to_host_help_c_abi_v2<'a, 'ctx, 'env>(
|
|||
)
|
||||
.into_pointer_value();
|
||||
|
||||
let loaded = env.builder.build_load(fastcc_ptr, "load_arg");
|
||||
loaded
|
||||
env.builder.build_load(fastcc_ptr, "load_arg")
|
||||
} else {
|
||||
complex_bitcast_check_size(env, *arg, *fastcc_type, "to_fastcc_type_2")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue