Skip to content

Commit

Permalink
Merge 294a9b3 into 636d7ff
Browse files Browse the repository at this point in the history
  • Loading branch information
djc authored Aug 19, 2024
2 parents 636d7ff + 294a9b3 commit 4c038c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1976,7 +1976,7 @@ impl crate::error::Error for ExitStatusError {}
/// ExitCode::SUCCESS
/// }
/// ```
#[derive(Clone, Copy, Debug)]
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
#[stable(feature = "process_exitcode", since = "1.61.0")]
pub struct ExitCode(imp::ExitCode);

Expand Down

0 comments on commit 4c038c0

Please sign in to comment.