File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: b4c965ee803a4521d8b4575f634e036f93e408f3
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 3a96d6a9818fe2affc98a187fb1065120458cee9
5
- refs/heads/try: 0c6d1f3b3d22f45c53c8be0a799a6cc42bc752d5
5
+ refs/heads/try: 0bd15657d93c932611f3aee351b6521cdfa77731
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
8
8
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
Original file line number Diff line number Diff line change @@ -355,11 +355,11 @@ impl Stdio {
355
355
pub fn capture ( ) -> Stdio { Stdio ( StdioImp :: Capture ) }
356
356
357
357
/// The child inherits from the corresponding parent descriptor.
358
- pub fn inherit ( ) -> Stdio { Stdio ( StdioImp :: Capture ) }
358
+ pub fn inherit ( ) -> Stdio { Stdio ( StdioImp :: Inherit ) }
359
359
360
360
/// This stream will be ignored. This is the equivalent of attaching the
361
361
/// stream to `/dev/null`
362
- pub fn null ( ) -> Stdio { Stdio ( StdioImp :: Capture ) }
362
+ pub fn null ( ) -> Stdio { Stdio ( StdioImp :: Null ) }
363
363
}
364
364
365
365
/// Describes the result of a process after it has terminated.
You can’t perform that action at this time.
0 commit comments