Skip to content

Commit 4f536b1

Browse files
wycatsalexcrichton
authored andcommitted
---
yaml --- r: 114039 b: refs/heads/master c: 31de69d h: refs/heads/master i: 114037: de44888 114035: a103c0e 114031: 771cef6 v: v3
1 parent 1464402 commit 4f536b1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 826aeea007a99192c992688fb52ebc6530f715c7
2+
refs/heads/master: 31de69d0dd816fc0447df2e19d8935f68484ed64
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: ec0258a381b88b5574e3f8ce72ae553ac3a574b7
55
refs/heads/try: 7c6c492fb2af9a85f21ff952942df3523b22fd17

trunk/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)