Skip to content

Missing IndexMut implementation #40

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

Closed
Veykril opened this issue Dec 26, 2018 · 2 comments
Closed

Missing IndexMut implementation #40

Veykril opened this issue Dec 26, 2018 · 2 comments

Comments

@Veykril
Copy link
Member

Veykril commented Dec 26, 2018

I hope I'm not blind and missed the reason as for why this is but I noticed that HashMap doesn't seem to implement the IndexMut trait. Is there a specific reason for why this is?

@Amanieu
Copy link
Member

Amanieu commented Dec 26, 2018

We currently copy the API of the std HashMap, which removed the IndexMut implementation in rust-lang/rust#23559.

@Veykril
Copy link
Member Author

Veykril commented Dec 26, 2018

Ah i see, thank you for even linking the issue. Good to know as to why this was done

@Veykril Veykril closed this as completed Dec 26, 2018
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

No branches or pull requests

2 participants