Skip to content

Commit

Permalink
Make ProcessOutput Eq, TotalEq, Clone
Browse files Browse the repository at this point in the history
  • Loading branch information
wycats authored and alexcrichton committed May 13, 2014
1 parent 826aeea commit 31de69d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libstd/io/process.rs
Expand Up @@ -140,6 +140,7 @@ pub struct ProcessConfig<'a> {
}

/// The output of a finished process.
#[deriving(Eq, TotalEq, Clone)]
pub struct ProcessOutput {
/// The status (exit code) of the process.
pub status: ProcessExit,
Expand Down

0 comments on commit 31de69d

Please sign in to comment.