[library/std/src/process.rs] PartialEq & Eq for ExitCode
This commit is contained in:
@@ -1979,7 +1979,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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user