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 redundant `{Send, Sync}` impls #7

Closed apasel422 closed 9 years ago

apasel422 commented 9 years ago

LinkedHashMap already opts in to {Send, Sync}, so these should be unnecessary.