Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
psorinionut committed Sep 19, 2023
1 parent 3fe300e commit 37c9ebc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub trait ProxyUnstakeModule:
dual_yield_token_mapper.get_token_attributes(payment.token_nonce);

let exit_attributes: DualYieldTokenAttributes<Self::Api> =
full_attributes.clone().into_part(&payment.amount);
full_attributes.into_part(&payment.amount);

let lp_farm_exit_result = self.lp_farm_exit(
orig_caller.clone(),
Expand Down

0 comments on commit 37c9ebc

Please sign in to comment.