Skip to content

Commit 31de69d

Browse files
wycatsalexcrichton
authored andcommitted
Make ProcessOutput Eq, TotalEq, Clone
1 parent 826aeea commit 31de69d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/io/process.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ pub struct ProcessConfig<'a> {
140140
}
141141

142142
/// The output of a finished process.
143+
#[deriving(Eq, TotalEq, Clone)]
143144
pub struct ProcessOutput {
144145
/// The status (exit code) of the process.
145146
pub status: ProcessExit,

0 commit comments

Comments
 (0)