mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
values_mut
This commit is contained in:
parent
608ee9ebb5
commit
28c18aa211
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ impl<'a> Proc<'a> {
|
|||
update_mode_ids: &'i mut UpdateModeIds,
|
||||
procs: &mut MutMap<(Symbol, ProcLayout<'a>), Proc<'a>>,
|
||||
) {
|
||||
for (_, proc) in procs.iter_mut() {
|
||||
for proc in procs.values_mut() {
|
||||
let new_proc = crate::reset_reuse::insert_reset_reuse(
|
||||
arena,
|
||||
layout_interner,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue