]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #41154 - bluss:slice-rfind, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 9 Apr 2017 03:30:09 +0000 (03:30 +0000)
committerbors <bors@rust-lang.org>
Sun, 9 Apr 2017 03:30:09 +0000 (03:30 +0000)
Implement .rfind() for slice iterators Iter and IterMut

Just like the forward case find, implement rfind explicitly for slice iterators Iter and IterMut.


Trivial merge