contain-rs / lru-cache

A cache that holds a limited number of key-value pairs
https://contain-rs.github.io/lru-cache/lru_cache/
Apache License 2.0
82 stars 36 forks source link

remove quotes from `extern crate` #13

Closed apasel422 closed 9 years ago

FlashCat commented 9 years ago

r? @huonw

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

Gankra commented 9 years ago

Needs update to handle new linked_hash_map indexing.

apasel422 commented 9 years ago

I think it'll work without any changes once a new version of linked-hash-map is published.

Gankra commented 9 years ago

Oh whoops, thought I published that one.