[library/std/src/process.rs] PartialEq & Eq for ExitCode
This commit is contained in:
parent
5315cbe15b
commit
0fe65aa68f
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue