mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Remove unneeded clone
This commit is contained in:
parent
fb4282757a
commit
f08fc43210
1 changed files with 1 additions and 1 deletions
|
@ -2161,7 +2161,7 @@ pub fn call_higher_order_lowlevel<'a>(
|
|||
let boxed_local_id = match backend.storage.ensure_value_has_local(
|
||||
&mut backend.code_builder,
|
||||
boxed_sym,
|
||||
boxed_storage.clone(),
|
||||
boxed_storage,
|
||||
) {
|
||||
StoredValue::Local { local_id, .. } => local_id,
|
||||
_ => internal_error!("Expected a local"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue