Skip to content

Commit

Permalink
chore: fix clippy warns
Browse files Browse the repository at this point in the history
  • Loading branch information
godzie44 committed Sep 13, 2024
1 parent 583554f commit 5d69402
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/debugger/debugee/tracee.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,8 @@ impl Tracee {
);

sys::ptrace::cont(self.pid, sig)
.map(|ok| {
.inspect(|_| {
self.update_status(Running);
ok
})
.map_err(Ptrace)
}
Expand Down

0 comments on commit 5d69402

Please sign in to comment.