From: Chris Morgan Date: Fri, 7 Nov 2014 23:24:37 +0000 (+1100) Subject: Rust update. X-Git-Tag: 0.9.1~2 X-Git-Url: https://git.chrismorgan.info/anymap/commitdiff_plain/c29e78c5634f9e6741287e9cfb281a73d4eddcc6?ds=sidebyside;hp=c29e78c5634f9e6741287e9cfb281a73d4eddcc6 Rust update. This includes following the standard new semantics for `insert` and `remove`, where they return any value that was previously present, and renaming `find` and `find_mut` to `get` and `get_mut`. For the moment, I’ve even provided a deprecation path! Will wonders ever cease? ---