Skip to content

Commit

Permalink
Auto merge of #127633 - SamuelMarks:eq-exit-code, r=dtolnay
Browse files Browse the repository at this point in the history
[library/std/src/process.rs] `PartialEq` for `ExitCode`

Converting a third-party CLI to a library so started passing around [`std::process::ExitCode`](https://doc.rust-lang.org/std/process/struct.ExitCode.html) in an `Either`. Then I realised the tests can't be modified to compare equality of `ExitCode`s.

This PR fixes this oversight.
  • Loading branch information
bors committed Sep 16, 2024
2 parents 9b0b076 + 707990f commit 692adda
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 692adda

Please sign in to comment.