Commit fe96928
authored
Auto merge of rust-lang#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: rust-lang#334681 file changed
+0
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
1748 | 1747 | | |
1749 | 1748 | | |
1750 | 1749 | | |
1751 | | - | |
1752 | | - | |
1753 | | - | |
1754 | | - | |
1755 | | - | |
1756 | | - | |
1757 | | - | |
1758 | | - | |
1759 | | - | |
1760 | | - | |
1761 | | - | |
1762 | 1750 | | |
1763 | 1751 | | |
1764 | 1752 | | |
1765 | | - | |
1766 | | - | |
1767 | | - | |
1768 | 1753 | | |
1769 | 1754 | | |
1770 | 1755 | | |
| |||
0 commit comments