Skip to content

Commit b2d6fdd

Browse files
committed
[library/std/src/process.rs] Remove Eq derive
1 parent 355445b commit b2d6fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/process.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1983,7 +1983,7 @@ impl crate::error::Error for ExitStatusError {}
19831983
/// ExitCode::SUCCESS
19841984
/// }
19851985
/// ```
1986-
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
1986+
#[derive(Clone, Copy, Debug, PartialEq)]
19871987
#[stable(feature = "process_exitcode", since = "1.61.0")]
19881988
pub struct ExitCode(imp::ExitCode);
19891989

0 commit comments

Comments
 (0)