mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
d5c09b4aa6
Implement `Iterator::last` for `vec::IntoIter` Avoid iterating everything when we have random access to the last element.