Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GyulyVGC committed Mar 4, 2024
1 parent eb66755 commit a5b26ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/linux.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ impl Process {
}
}

#[derive(Clone)]
#[derive(Clone, Debug)]
struct PidName {
pid: i32,
name: String,
Expand Down

0 comments on commit a5b26ab

Please sign in to comment.