Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuangWu121 committed Jan 27, 2025
1 parent fba030c commit 2749358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/stwo/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,8 @@ where
1,
);

let keys_in_stage0_machine: HashSet<String> =
HashSet::from_iter(machine_witness.iter().map(|(name, _)| name.clone()));
let keys_in_stage0_machine: HashSet<_> =
HashSet::from_iter(machine_witness.iter().map(|(name, _)| name));

let new_witness_in_stage1 = new_witness
.iter()
Expand Down

0 comments on commit 2749358

Please sign in to comment.