Skip to content

Commit

Permalink
tests/kill: fix clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarrier committed Apr 24, 2024
1 parent ac7b953 commit 8cd8417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/by-util/test_kill.rs
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ fn test_kill_no_pid_provided() {

#[test]
fn test_kill_with_signal_exit_new_form() {
let mut target = Target::new();
let target = Target::new();
new_ucmd!()
.arg("-s")
.arg("EXIT")
Expand Down

0 comments on commit 8cd8417

Please sign in to comment.