-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Papercut #40312
Papercut #40312
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @steveklabnik (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
Hey @jdhorwitz ! This looks like a start, but you have the commit from your other PR in here as well. Ping me on IRC if you need help sorting that out! Also, |
65a02ff
to
d506b90
Compare
src/libstd/process.rs
Outdated
@@ -343,6 +359,23 @@ impl Command { | |||
|
|||
/// Add an argument to pass to the program. | |||
/// | |||
/// Only one argument can be passed per use. | |||
/// So instead of: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this shouldn't be on a newline, just put it after the previous sentence
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, fixed!
src/libstd/process.rs
Outdated
/// ``` | ||
/// .arg("-C /path/to/repo") | ||
/// ``` | ||
/// usage would be: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
an extra ///
above this would be good, so there's space below just like the space above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed!
0e163a1
to
db021e5
Compare
@bors: r+ rollup |
📌 Commit db021e5 has been approved by |
@bors: r- whoops, travis failure is legit for once. @jdhorwitz you need to use
on those examples, as they don't compile on their own |
Fixed!, Thanks @steveklabnik |
Looks great! Thanks again 😄 @bors: r+ rollup |
📌 Commit c51a39d has been approved by |
🔒 Merge conflict |
@bors retry |
🔒 Merge conflict |
@bors: retry |
@bors: r+ rollup |
📌 Commit e2b4824 has been approved by |
r? @steveklabnik