mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
0bfd367612
Update Code Example for `Iterator::rposition` Added an additional assertion to the example to show the behavior of `iter.next_back` after using `iter.rposition`.