[library/std/src/process.rs] Remove Eq
derive
This commit is contained in:
parent
76f352ceb6
commit
2f0eb5f44d
1 changed files with 1 additions and 1 deletions
|
@ -1983,7 +1983,7 @@ impl crate::error::Error for ExitStatusError {}
|
|||
/// ExitCode::SUCCESS
|
||||
/// }
|
||||
/// ```
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
|
||||
#[derive(Clone, Copy, Debug, PartialEq)]
|
||||
#[stable(feature = "process_exitcode", since = "1.61.0")]
|
||||
pub struct ExitCode(imp::ExitCode);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue