contain-rs / linked-hash-map

A HashMap wrapper that holds key-value pairs in insertion order
https://contain-rs.github.io/linked-hash-map/linked_hash_map/
Apache License 2.0
169 stars 60 forks source link

Add values_mut. #83

Closed clarfonthey closed 6 years ago

clarfonthey commented 7 years ago

Fixes #13.

clarfonthey commented 7 years ago

@Gankro is this small change worth accepting or should I just close this PR for now? The Travis failure is due to a bug in a nightly that was since fixed, and it should pass if the test is rerun.

clarfonthey commented 6 years ago

Closing because of inactivity.