mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Clippy
This commit is contained in:
parent
c4a3a8bd31
commit
fa700259aa
1 changed files with 1 additions and 1 deletions
|
@ -936,7 +936,7 @@ fn build_clone_builtin<'a, 'ctx, 'env>(
|
|||
bd.build_int_add(offset, elements_width, "new_offset")
|
||||
} else {
|
||||
// We cloned the elements into the extra_offset address.
|
||||
let elements_start_offset = cursors.extra_offset.into();
|
||||
let elements_start_offset = cursors.extra_offset;
|
||||
|
||||
let element_type = basic_type_from_layout(env, elem);
|
||||
let elements = bd.build_pointer_cast(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue