]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #39399 - clarcharr:iter_rfind, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 4 Feb 2017 04:53:53 +0000 (04:53 +0000)
committerbors <bors@rust-lang.org>
Sat, 4 Feb 2017 04:53:53 +0000 (04:53 +0000)
Add Iterator::rfind.

I found it weird that `Iterator` has `rpostition` but not `rfind`. This adds that method.


Trivial merge