Skip to content

Commit

Permalink
[library/std/src/process.rs] Remove Eq derive
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelMarks committed Sep 6, 2024
1 parent 76f352c commit 2f0eb5f
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 @@ -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);

Expand Down

0 comments on commit 2f0eb5f

Please sign in to comment.