]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #44567 - budziq:stabilize_iterator_for_each, r=alexcrichton
authorTim Neumann <mail@timnn.me>
Sun, 17 Sep 2017 11:19:08 +0000 (13:19 +0200)
committerGitHub <noreply@github.com>
Sun, 17 Sep 2017 11:19:08 +0000 (13:19 +0200)
commit1437e53f9f5b9d66bc71f9626291a7fc231f0239
treea94494f28f65bb787cce0b4e53eb812a6014089d
parent4dc01c475f01a47b1b1d5d548e86b16f821f0ec8
parentb7152901ce1d3a57ecd3468a43adc20dd82fad52
Rollup merge of #44567 - budziq:stabilize_iterator_for_each, r=alexcrichton

stabilized iterator_for_each (closes #42986)

Also updated clippy and rls as these use the iterator_for_each

I've made my first PR's today so most likely I've done something wrong. Sorry about that!