]> git.lizzy.rs Git - rust.git/commit
Implement Index for HashMap
authorP1start <rewi-github@whanau.org>
Sat, 2 Aug 2014 06:48:44 +0000 (18:48 +1200)
committerP1start <rewi-github@whanau.org>
Tue, 12 Aug 2014 03:33:05 +0000 (15:33 +1200)
commit32f5898bea0ebed00b066a211749ce155aa2b8a6
tree5d16b5c3e7cb5947f9afe60fc294faa2e6e2d9c9
parentfd10d209cdceedcb95e51025e624be749e0cc5f9
Implement Index for HashMap

This also deprecates HashMap::get. Use indexing instead.
src/librustdoc/html/format.rs
src/librustdoc/html/render.rs
src/librustdoc/visit_ast.rs
src/libstd/collections/hashmap.rs