mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
clippy
This commit is contained in:
parent
bfe947b07e
commit
b7e044771e
1 changed files with 1 additions and 2 deletions
|
@ -1225,8 +1225,7 @@ pub fn build_exp_expr<'a, 'ctx, 'env>(
|
|||
|
||||
let elem_ptr = builder
|
||||
.build_struct_gep(ptr, *index as u32, "at_index_struct_gep")
|
||||
.unwrap()
|
||||
.into();
|
||||
.unwrap();
|
||||
|
||||
let result = builder.build_load(elem_ptr, "load_at_index_ptr");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue