Skip to content

Link std::process::Output to Command and Child - #45113

Merged
bors merged 2 commits into
rust-lang:masterfrom
mistodon:process_output_links
Oct 15, 2017
Merged

Link std::process::Output to Command and Child#45113
bors merged 2 commits into
rust-lang:masterfrom
mistodon:process_output_links

Conversation

@mistodon

Copy link
Copy Markdown

As per #29370

@carols10cents

Copy link
Copy Markdown
Member

r? @steveklabnik

Thanks for the PR! We’ll periodically check in on it to make sure that @steveklabnik or someone else from the team reviews it soon.

@carols10centscarols10cents added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 9, 2017

@steveklabniksteveklabnik left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! One small change, and afterwards, this is good to merge!

Comment threadsrc/libstd/process.rs Outdated
}

/// The output of a finished process.
/// The output of a finished process. This is returned in a Result by

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you put some newlines between the first and second sentences here? The first sentence operates as a summary, so it's helpful to add space.

/// The output of a finished process.////// This is returned in a Result...

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. I think that does look neater :)

@kennytm

Copy link
Copy Markdown
Member

@bors r=steveklabnik rollup

@bors

bors commented Oct 13, 2017

Copy link
Copy Markdown
Collaborator

📌 Commit 8c4a68d has been approved by steveklabnik

@kennytmkennytm added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 13, 2017
kennytm added a commit to kennytm/rust that referenced this pull request Oct 14, 2017
…labnik
Link std::process::Output to Command and Child
As per rust-lang#29370
@kennytmkennytm mentioned this pull request Oct 14, 2017
bors added a commit that referenced this pull request Oct 14, 2017
Rollup of 9 pull requests
- Successful merges: #45113, #45250, #45255, #45258, #45263, #45264, #45269, #45280, #45289
- Failed merges:
kennytm added a commit to kennytm/rust that referenced this pull request Oct 15, 2017
…labnik
Link std::process::Output to Command and Child
As per rust-lang#29370
@kennytmkennytm mentioned this pull request Oct 15, 2017
bors added a commit that referenced this pull request Oct 15, 2017
Rollup of 9 pull requests
- Successful merges: #45113, #45250, #45255, #45258, #45263, #45264, #45269, #45280, #45289
- Failed merges:
@bors
bors merged commit 8c4a68d into rust-lang:masterOct 15, 2017
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@mistodon@carols10cents@kennytm@bors@steveklabnik