Skip to content

Rollup of 7 pull requests - #42245

Merged
bors merged 19 commits into
rust-lang:masterfrom
frewsxcv:rollup
May 26, 2017
Merged

Rollup of 7 pull requests#42245
bors merged 19 commits into
rust-lang:masterfrom
frewsxcv:rollup

Conversation

scottmcmand others added 19 commits May 23, 2017 03:08
iterator_step_by has decoupled their futures, so the tracking issue should split.
…excrichton
Give step_trait a distinct tracking issue from step_by
iterator_step_by has decoupled their futures, so the tracking issue should split.
Old issue: rust-lang#27741
New issue: rust-lang#42168
r? @alexcrichton (another follow-up to closed PR rust-lang#42110 (comment))
…r=Mark-Simulacrum
Remove superfluous `;;` sequences
Ran across a doubled `;;` in the docstring for `str::split`. Grep found a few more. :)
…petrochenkov
Fix 'associate type' typo
I came across an error message mentioning an 'associate type'.
Since this is the only instance of this term in rustc (it's 'associated type' everywhere else), I think this might be a typo.
…slicing, r=GuillaumeGomez
Update documentation for indexing/slicing methods
See rust-lang#39911
r? @steveklabnik
@frewsxcv

Copy link
Copy Markdown
ContributorAuthor

@bors r+ p=10

@bors

bors commented May 26, 2017

Copy link
Copy Markdown
Collaborator

📌 Commit 252a286 has been approved by frewsxcv

@rust-highfive

Copy link
Copy Markdown
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @BurntSushi (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.

@bors

bors commented May 26, 2017

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 252a286 with merge 256e497...

bors added a commit that referenced this pull request May 26, 2017
Rollup of 7 pull requests
- Successful merges: #42169, #42215, #42216, #42224, #42230, #42236, #42241
- Failed merges:
@bors

bors commented May 26, 2017

Copy link
Copy Markdown
Collaborator

☀️ Test successful - status-appveyor, status-travis
Approved by: frewsxcv
Pushing 256e497 to master...

@borsbors mentioned this pull request May 26, 2017
@bors
bors merged commit 252a286 into rust-lang:masterMay 26, 2017
@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.

11 participants

@frewsxcv@bors@rust-highfive@BurntSushi@Centril@scottmcm@callahad@brson@venkatagiri@citizen428@king6cong