Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jolestar committed May 6, 2021
1 parent acd486b commit 21234be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/stdlib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ pub fn modules_diff(
) -> Vec<CompiledModule> {
let mut update_modules = vec![];
let first_modules = first_modules
.into_iter()
.iter()
.map(|module| (module.self_id(), module.clone()))
.collect::<BTreeMap<_, _>>();
for module in second_modules {
Expand Down

0 comments on commit 21234be

Please sign in to comment.