Skip to content

Rollup of 7 pull requests - #33257

Merged
bors merged 17 commits into
rust-lang:masterfrom
steveklabnik:rollup
Apr 28, 2016
Merged

Rollup of 7 pull requests#33257
bors merged 17 commits into
rust-lang:masterfrom
steveklabnik:rollup

Conversation

Kaiyin Zhongand others added 17 commits April 15, 2016 18:12
Opening sentence was confusing and something cannot be "one of the most unique" (it either is or is not unique).
`move` work both in `cmd` and in Powershell. `mv` works only in Powershell and the book says nothing about which shell is recommended so this could confuse beginners.
Closesrust-lang#33219.
…r=steveklabnik
Improve as_mut ptr method example
r? @steveklabnik
Tweaks to sections related to Ownership
Reading through these sections, I thought the intro text could be improved slightly. So
here is a PR that addresses what was bugging me about it. :-)
Main issue was the wording of the opening sentence ("guide" is not clearly defined and the
wording was a bit too terse in my opinion). I also took issue with the term "one of the most
unique". Uniqueness is a `bool`, not an `f64`. :-)
r? @steveklabnik
Make HashSet::Insert documentation more consistent
I have made the HashSet::Insert documentation more consistent in the use of the term 'value' vs 'key'. Also clarified that if _this_ value is present true is returned, instead of the ambiguous 'a value present'.
r? @steveklabnik
…nikomatsakis
Improve error message about regions of function body
"scope of parameters for functions" is harder for me to read than "scope of function body", I hope others feel the same, as in <https://play.rust-lang.org/?gist=b4df68b395b807698bd2ba98cf3d5ce3&version=stable&backtrace=0&run=1>
Thank @Aatch for the help :)
…sakis
allow InternedString to be compared to &str directly
…ch-1, r=GuillaumeGomez
Fix use of the `move` command in the Windows shell
`move` works both in `cmd` and in Powershell. `mv` works only in Powershell and the book says nothing about which shell is recommended so this could confuse beginners.
Closesrust-lang#33219.
@steveklabnik

Copy link
Copy Markdown
ContributorAuthor

@bors: r+ p=1

@bors

bors commented Apr 28, 2016

Copy link
Copy Markdown
Collaborator

📌 Commit b9dd8aa has been approved by steveklabnik

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @Manishearth

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

@bors

bors commented Apr 28, 2016

Copy link
Copy Markdown
Collaborator

⌛ Testing commit b9dd8aa with merge ea6b3dd...

bors added a commit that referenced this pull request Apr 28, 2016
Rollup of 7 pull requests
- Successful merges: #32991, #33056, #33095, #33152, #33212, #33218, #33234
- Failed merges: #32912
@bors
bors merged commit b9dd8aa into rust-lang:masterApr 28, 2016
@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.

10 participants

@steveklabnik@bors@rust-highfive@Centril@Manishearth@GuillaumeGomez@bwinterton@bombless@oli-obk@TomasHubelbauer