-
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
Builder docs #38491
Builder docs #38491
Conversation
45d2868
to
4e6b6dd
Compare
tidy reports trailing whitespace (see Travis). |
4e6b6dd
to
77a8122
Compare
It seems it wasn't me. Some commits have added. I rebased. |
/// | ||
/// ``` | ||
/// use std::thread; | ||
/// |
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.
There's trailing whitespace on this line for example:
+ ///
77a8122
to
c98f5e4
Compare
Updated. |
There's still trailing whitespace. See Travis. |
c98f5e4
to
cf6a8f1
Compare
Updated again. |
/// ``` | ||
/// use std::thread; | ||
/// | ||
/// let builder = thread::Builder::new(); |
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.
Semicolon should be removed here
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.
Arf, good catch!
cf6a8f1
to
292d36f
Compare
Updated! |
@bors r+ rollup |
📌 Commit 292d36f has been approved by |
…sxcv Builder docs r? @frewsxcv
r? @frewsxcv