Skip to content

Rollup of 6 pull requests - #26985

Merged
bors merged 12 commits into
rust-lang:masterfrom
Manishearth:rollup
Jul 12, 2015
Merged

Rollup of 6 pull requests#26985
bors merged 12 commits into
rust-lang:masterfrom
Manishearth:rollup

Conversation

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @steveklabnik

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

@Manishearth

Copy link
Copy Markdown
MemberAuthor

@bors r+ p=10

@bors

bors commented Jul 12, 2015

Copy link
Copy Markdown
Collaborator

📌 Commit aad7cb8 has been approved by Manishearth

@bors

bors commented Jul 12, 2015

Copy link
Copy Markdown
Collaborator

⌛ Testing commit aad7cb8 with merge aff2080...

bors added a commit that referenced this pull request Jul 12, 2015
@bors

bors commented Jul 12, 2015

Copy link
Copy Markdown
Collaborator

@bors
bors merged commit aad7cb8 into rust-lang:masterJul 12, 2015
…=alexcrichton
Avoids some code duplication and relies less on deprecated properties on `KeyboardEvent`. The code is still looking quite bad, but that’s primarily because interop in this area is a disaster zone.
The very first code fragment off every struct and trait documentation page generates wrong playground code. This pull request adjusts ```playpen.js``` to only create a link for real examples.
Documentation:
```rust
pub struct String {
// some fields omitted
}
```
Playground:
```rust
Struct std::String
[−]
[src]
```
r? @steveklabnik
…=gankro
That sentence make me read it a few times before properly understanding it
- It is clear that what follows are re-exports
- There aren't so many re-exports that examples should be given
@CentrilCentril added the rollup A PR which is a rollup label Oct 2, 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.

8 participants

@Manishearth@rust-highfive@bors@steveklabnik@Centril@tshepang@andreastt@tsurai