Gankra / collect-rs

Miscellaneous Collections
Apache License 2.0
64 stars 21 forks source link

remove key replacement from `TreeMap::insert` #145

Closed apasel422 closed 9 years ago

apasel422 commented 9 years ago

This makes TreeMap consistent with {BTreeMap, HashMap}.

closes #144