Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Jul 12, 2024
1 parent 0092dc0 commit 7cc235d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/forge/bin/cmd/watch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ pub async fn watch_test(args: TestArgs) -> Result<()> {
if last.is_empty() {
return;
}
changed_sol_test_files = last.clone();
changed_sol_test_files.clone_from(&last);
}

// append `--match-path` glob
Expand Down

0 comments on commit 7cc235d

Please sign in to comment.