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