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 {Index, IndexMut} take their keys by value #13

Merged
merged 2 commits into from
Mar 26, 2015
Merged

make {Index, IndexMut} take their keys by value #13

merged 2 commits into from
Mar 26, 2015

Conversation

apasel422
Copy link
Contributor

No description provided.

@FlashCat
Copy link
Contributor

r? @reem

(I've picked a reviewer for you, use r? to override)

@@ -161,15 +161,15 @@ impl<K: Hash + Eq, V, S: HashState> LinkedHashMap<K, V, S> {
/// # Examples
///
/// ```
/// # extern crate "linked-hash-map" as linked_hash_map;
/// # extern crate linked_hash_map;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are the externs necessary anymore?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alas, yes. I'm filing a bug now.

Gankra added a commit that referenced this pull request Mar 26, 2015
make `{Index, IndexMut}` take their keys by value
@Gankra Gankra merged commit ba2b993 into contain-rs:master Mar 26, 2015
@apasel422 apasel422 deleted the update branch March 26, 2015 18:53
@clarfonthey clarfonthey mentioned this pull request Jun 10, 2017
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.

4 participants