Skip to content

Commit

Permalink
Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeder committed Jun 24, 2024
1 parent 63257ce commit 0548cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ fn main() {
slowkey_opts = checkpoint_data.slowkey.clone();

offset = checkpoint_data.iteration + 1;
offset_data = checkpoint_data.data.clone();
offset_data.clone_from(&checkpoint_data.data);

println!(
"{}: iteration: {}, data (please highlight to see): {}",
Expand Down

0 comments on commit 0548cc3

Please sign in to comment.