mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
f5d71a9b3c
If the right-hand iterator has exactly one more element than the left-hand iterator, then both iterators will be fully consumed, but the extra element will never be compared.