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

Update to serde 0.8.0 #68

Closed dtolnay closed 8 years ago

FlashCat commented 8 years ago

r? @Gankro

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

apasel422 commented 8 years ago

This failed on nightly due to https://github.com/rust-lang/rust/pull/35094. It's too bad Clippy is actually needed as a dependency instead of just a dev-dependency.