rust/src/libcore/iter
bors fe96928d7d Auto merge of #34155 - ollie27:unzip, r=alexcrichton
Remove unzip() SizeHint hack

This was using an invalid iterator so is likely to end with buggy
behaviour.

It also doesn't even benefit many type in std including Vec so removing it
shouldn't cause any problems.

Fixes: #33468
2016-06-21 02:18:42 -07:00
..
iterator.rs Auto merge of #34155 - ollie27:unzip, r=alexcrichton 2016-06-21 02:18:42 -07:00
mod.rs specialize zip: Use associated type for specialized zip struct data 2016-06-14 15:51:49 +02:00
range.rs
sources.rs
traits.rs