Uh oh!
There was an error while loading. Please reload this page.
Implement get_key_value for HashMap, BTreeMap - #49346
Conversation
rust-highfive
commented
Mar 24, 2018
(rust_highfive has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
Technically, it returns a pair which consists of references to the key and value - not sure if that's an important distinction, but we should remove " a " since it's not grammatically correct I think.
There was a problem hiding this comment.
Fixed - removed the part about references as that's included in the type signature anyway.
799af44 to
1434e26Compare
Mark-Simulacrum
left a comment
There was a problem hiding this comment.
Could we unmark these as #[inline]? Unless there's some reason to do so I'd prefer to avoid it. Otherwise r=me.
Diggsey
commented
Mar 25, 2018
Removed @bors r=Mark-Simulacrum |
bors
commented
Mar 25, 2018
@Diggsey: 🔑 Insufficient privileges: Not in reviewers |
Mark-Simulacrum
commented
Mar 25, 2018
@bors r+ rollup |
bors
commented
Mar 25, 2018
📌 Commit fbec3ec has been approved by |
…mulacrum Implement get_key_value for HashMap, BTreeMap Fixesrust-lang#43143 Follow up from rust-lang#46992
…mulacrum Implement get_key_value for HashMap, BTreeMap Fixesrust-lang#43143 Follow up from rust-lang#46992
Fixes#43143
Follow up from #46992