Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aalok Thakkar authored and Aalok Thakkar committed Sep 28, 2023
1 parent 88eee46 commit 6cf7456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/move/move-model/src/builder/module_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ impl<'env, 'translator> ModuleBuilder<'env, 'translator> {
if is_pure {
// Modify the types of parameters, return values and expressions
// of pure Move functions so they no longer have references.
self.deref_move_fun_types(name.clone(), idx);
self.deref_move_fun_types(name, idx);
}
self.parent
.fun_table
Expand Down

0 comments on commit 6cf7456

Please sign in to comment.