Skip to content

Commit

Permalink
Remove unnecessary clone
Browse files Browse the repository at this point in the history
  • Loading branch information
artemagvanian committed Jul 5, 2024
1 parent cb93dcb commit fcb99ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ impl TransformPass for UninitPass {
&mut source,
InsertPosition::Before,
vec![],
ret_place.clone(),
ret_place,
);
}

Expand Down

0 comments on commit fcb99ad

Please sign in to comment.