Skip to content

Rollup of 6 pull requests - #40735

Closed
GuillaumeGomez wants to merge 13 commits into
rust-lang:masterfrom
GuillaumeGomez:rollup
Closed

Rollup of 6 pull requests#40735
GuillaumeGomez wants to merge 13 commits into
rust-lang:masterfrom
GuillaumeGomez:rollup

Conversation

SamWhitedand others added 13 commits March 21, 2017 16:09
…e, r=frewsxcv
Add docs for sort_unstable to unstable book
Tracking issue for the feature: rust-lang#40585
r? @steveklabnik
…ype-formatting, r=frewsxcv
Add whitespace around "=" in assoc items
Part of rust-lang#40641.
r? @rust-lang/docs
Before:
<img width="1440" alt="screen shot 2017-03-20 at 22 42 34" src="https://cloud.githubusercontent.com/assets/3050060/24123102/89181d8c-0dbe-11e7-897c-841497cf7001.png">
After:
<img width="1440" alt="screen shot 2017-03-20 at 22 42 36" src="https://cloud.githubusercontent.com/assets/3050060/24123118/8dec176e-0dbe-11e7-9759-cabbd062a4c2.png">
…wsxcv
Fix invalid linking in iter docs
r? @rust-lang/docs
…uation, r=bstrie
str: Make docs consistently punctuated
Every so slightly pointless one character PR, but this was driving me nuts while reading the docs a moment ago (all the [other public structs](https://doc.rust-lang.org/std/str/index.html#structs) have descriptions that end in a full-stop).
…r=estebank
E0090: Add explanation for error message
See rust-lang#32777
$ rustc --explain E0090
The wrong number of lifetimes were supplied. For example:
```
fn foo<'a: 'b, 'b: 'a>() {}
fn main() {
foo::<'static>(); // error, expected 2 lifetime parameters
}
```
Remove duplicated styling in main.css
If nothing else, it saves a bit of data.
@GuillaumeGomez

Copy link
Copy Markdown
MemberAuthor

@bors: r+ p=1

@rust-highfive

Copy link
Copy Markdown
Contributor

Some changes occurred in HTML/CSS.

cc @GuillaumeGomez

@bors

bors commented Mar 22, 2017

Copy link
Copy Markdown
Collaborator

📌 Commit 871cc46 has been approved by GuillaumeGomez

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @frewsxcv

(rust_highfive has picked a reviewer for you, use r? to override)

@bors

bors commented Mar 23, 2017

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 871cc46 with merge 78c92b0...

@frewsxcv

Copy link
Copy Markdown
Contributor

@bors r-

everything here was already merged in a previous rollup

@GuillaumeGomez
GuillaumeGomez deleted the rollup branch March 23, 2017 10:41
@CentrilCentril added the rollup A PR which is a rollup label Oct 24, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rollupA PR which is a rollup

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@GuillaumeGomez@rust-highfive@bors@frewsxcv@Centril@SamWhited@Cldfire