Navigation Menu

Skip to content

Commit

Permalink
clippy: remove useless into
Browse files Browse the repository at this point in the history
  • Loading branch information
ecioppettini committed Nov 29, 2021
1 parent 2a7c35c commit 356952a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallet/tests/account.rs
Expand Up @@ -69,7 +69,7 @@ fn cast_vote() {

for i in 0..16 {
let payload = Payload::Public { choice };
let cast = VoteCast::new(vote_plan_id.clone().into(), i, payload);
let cast = VoteCast::new(vote_plan_id.clone(), i, payload);

let mut builder = wallet::TransactionBuilder::new(
&settings,
Expand Down

0 comments on commit 356952a

Please sign in to comment.