Skip to content

Commit

Permalink
lint: ProcessStatus::Signalled is never constructed on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Nov 24, 2024
1 parent ab71660 commit 9017709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ pub enum ProcessStatus {
/// Exceeded its timeout, and killed.
Timeout,
/// Killed by some signal.
#[cfg(unix)]
Signalled(u8),
/// Unknown or unexpected situation.
Other,
Expand Down

0 comments on commit 9017709

Please sign in to comment.