]> git.lizzy.rs Git - rust.git/commit
Auto merge of #31718 - apasel422:issue-31711, r=bluss
authorbors <bors@rust-lang.org>
Wed, 17 Feb 2016 16:18:54 +0000 (16:18 +0000)
committerbors <bors@rust-lang.org>
Wed, 17 Feb 2016 16:18:54 +0000 (16:18 +0000)
commit2051a92134bae8b4c5fd3fdeab32c78b7bd74014
treeccc3515b6500cb008e3e75353919db104537b6e4
parentb54770c24578311ad6cc782fcf1d0dc8cb41e997
parentf890772383c900f9a409a4105df13b6630ebb1f5
Auto merge of #31718 - apasel422:issue-31711, r=bluss

This changes the performance of `drop` from linear to constant time for such `HashMap`s.

Closes #31711.

r? @bluss