mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
clippy
This commit is contained in:
parent
804e617497
commit
b4f65ad8cf
2 changed files with 13 additions and 13 deletions
|
@ -1260,7 +1260,7 @@ pub(crate) fn run_low_level<'a, 'ctx, 'env>(
|
|||
"cast_to_i8_ptr",
|
||||
);
|
||||
|
||||
call_bitcode_fn(env, &[ptr.into()], &bitcode::UTILS_IS_UNIQUE)
|
||||
call_bitcode_fn(env, &[ptr.into()], bitcode::UTILS_IS_UNIQUE)
|
||||
}
|
||||
|
||||
Unreachable => match RocReturn::from_layout(env, layout_interner, layout) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue