-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rollup of 10 pull requests #28897
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
Rollup of 10 pull requests #28897
Conversation
steveklabnik
commented
Oct 7, 2015
- Successful merges: Use the correct mod name from the example #28836, trpl: Clarify closure terminology #28856, New error code #28874, Restore line endings in a test #28876, style guide: suggest manual links to constructors #28878, Fix "the the" typo + split a run-on sentence in rust book section 5.14 #28880, Fix a typo and add musl link #28882, Alter formatting for words in Option::cloned doc comment #28885, trpl: Few minor fixes (wording, formatting) #28889, rustfmt some submodules of libcore #28896
- Failed merges:
This is to address issue rust-lang#28803
In rust-lang#28864, @Aarzee submitted some whitespace fixes. I r+'d it. But @retp998 noticed[1] that this file is explicitly a test of this kind of whitespace, and so I shouldn't have changed it. This restores the old line endings. 1: rust-lang#28864 (comment)
Add musl link
Later in text we mention 'step four' and 'step three'. This fix releases user from counting.
This is to address issue rust-lang#28803 by improving some of the references to closures, to explain what they are more clearly, while hopefully still being concise. r? @steveklabnik
In rust-lang#28864, @Aarzee submitted some whitespace fixes. I r+'d it. But @retp998 noticed[1] that this file is explicitly a test of this kind of whitespace, and so I shouldn't have changed it. This restores the old line endings. 1: rust-lang#28864 (comment)
…ichton The diff can hopefully speak for itself. Regardless: this chapter of the book contained a sentence where "the" was mistakenly repeated twice. In this same section, there was a comma separating two sentences where a period should have been. This PR fixes both issues.
<!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/rust-lang/rust/28896) <!-- Reviewable:end -->
r? @pcwalton (rust_highfive has picked a reviewer for you, use r? to override) |
@bors: r+ p=10000000 |
📌 Commit 0fbf7ea has been approved by |
⌛ Testing commit 0fbf7ea with merge 1949941... |
💔 Test failed - auto-linux-32-nopt-t |
@bors: retry |
@bors: force |
I am pretty sure this is a supurious failure, but not 100% sure, running a PR locally while I tell bors to retry. The rollup queue is getting too big. |
said local test seemed to have worked, but running the full suite now |
full suite passed for the PR i'm concerned about, running my own full |
🎊 |