-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Add doc for btree_map types #34919
Add doc for btree_map types #34919
Conversation
@@ -313,6 +313,10 @@ pub struct RangeMut<'a, K: 'a, V: 'a> { | |||
} | |||
|
|||
/// A view into a single entry in a map, which may either be vacant or occupied. | |||
/// Can be get with [`BTreeMap`]::[`entry()`]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/get/got
. Though it's a bit wordy.
Maybe this? (shrug)
This enum is constructed from the [`entry`] method on [`BTreeMap`].
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
a293302
to
7fc90dc
Compare
Updated. |
@bors: r+ rollup |
📌 Commit 7fc90dc has been approved by |
☔ The latest upstream changes (presumably #34885) made this pull request unmergeable. Please resolve the merge conflicts. |
7fc90dc
to
9b5db22
Compare
Updated. |
@bors: r+ rollup |
📌 Commit 9b5db22 has been approved by |
⌛ Testing commit 9b5db22 with merge ad1d501... |
💔 Test failed - auto-linux-64-cargotest |
@bors: retry On Wed, Jul 20, 2016 at 6:30 PM, bors [email protected] wrote:
|
…veklabnik Add doc for btree_map types Part of rust-lang#29348. r? @steveklabnik
Part of #29348.
r? @steveklabnik