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
1bea704272
commit
7d91cb4cd7
4 changed files with 22 additions and 25 deletions
|
@ -233,7 +233,7 @@ impl<'a> Proc<'a> {
|
|||
ident_ids: &'i mut IdentIds,
|
||||
procs: &mut MutMap<(Symbol, ProcLayout<'a>), Proc<'a>>,
|
||||
) {
|
||||
for (key, proc) in procs.iter_mut() {
|
||||
for (_, proc) in procs.iter_mut() {
|
||||
let new_proc =
|
||||
crate::reset_reuse::insert_reset_reuse(arena, home, ident_ids, proc.clone());
|
||||
*proc = new_proc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue