Skip to content

Commit

Permalink
fix: clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukesor committed Sep 22, 2024
1 parent 98ae0d2 commit 7beda35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pueue/tests/helper/fixtures.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ impl Drop for PueueDaemon {
fn drop(&mut self) {
// The daemon runs in background tokio task.
// Use this handle to make sure that it gets always killed.
self.join_handle.abort_handle();
let _ = self.join_handle.abort_handle();
}
}

Expand Down

0 comments on commit 7beda35

Please sign in to comment.