]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #40790 - stepancheg:btreemap-drop, r=alexcrichton
authorCorey Farwell <coreyf@rwell.org>
Fri, 24 Mar 2017 23:13:14 +0000 (18:13 -0500)
committerGitHub <noreply@github.com>
Fri, 24 Mar 2017 23:13:14 +0000 (18:13 -0500)
commiteb6f09ce24dd5b34936ee8fa9db963c225129cb5
tree872cc1cf8aa592746f5f8870e4d2fefb60d6d855
parent433c0b70ced5c15ee614e22cf0d92ed6555e1bb9
parentf97b3f08cde6dff89c8c236fce2479725d7f909e
Rollup merge of #40790 - stepancheg:btreemap-drop, r=alexcrichton

Unnecessary iteration in BTreeMap::drop

`IntoIter::drop` already iterates.