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 15, 2024
1 parent ac0002d commit 6ea95cc
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 6ea95cc

Please sign in to comment.