Skip to content

Commit

Permalink
fixed other clippy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry-Borodin committed May 2, 2024
1 parent 8f34d34 commit 7c8a52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/generate_message/src/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ pub fn update_modify_encryption_specs(
specs.title =
optional_signer_title_override.unwrap_or(format!("{}-{}", specs.name, encryption.show()));

specs.encryption = encryption.to_owned();
encryption.clone_into(&mut specs.encryption);

Ok(())
}
Expand Down

0 comments on commit 7c8a52f

Please sign in to comment.