Skip to content
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

Make HashSet::Insert documentation more consistent #33152

Merged
merged 1 commit into from
Apr 28, 2016

Conversation

bwinterton
Copy link
Contributor

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

@rust-highfive
Copy link
Collaborator

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

@mitaa
Copy link
Contributor

mitaa commented Apr 22, 2016

Could you also update / make this consistent with BTreeSet::insert?

@steveklabnik
Copy link
Member

@bors: r+ rollup

Thank you! As @mitaa says, it would be nice to fix BTreeSet as well, feel free to send in a PR if you have the time.

@bors
Copy link
Contributor

bors commented Apr 26, 2016

📌 Commit 3e9ea3b has been approved by steveklabnik

Manishearth added a commit to Manishearth/rust that referenced this pull request Apr 27, 2016
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
bors added a commit that referenced this pull request Apr 27, 2016
Rollup of 8 pull requests

- Successful merges: #32991, #33056, #33095, #33152, #33212, #33218, #33233, #33234
- Failed merges:
steveklabnik added a commit to steveklabnik/rust that referenced this pull request Apr 28, 2016
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
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 3e9ea3b into rust-lang:master Apr 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants