Niko Matsakis 5606fc0c90 Revert map.each to something which takes two parameters
rather than a tuple.  The current setup iterates over
`BaseIter<(&'self K, &'self V)>` where 'self is a lifetime declared
*in the each method*.  You can't place such a type in
the impl declaration.  The compiler currently allows it,
but this will not be legal under #5656 and I'm pretty sure
it's not sound now.
2013-04-10 07:51:48 -07:00
..
2013-03-26 19:21:05 -04:00
2013-03-29 16:39:08 -07:00
2013-03-26 22:45:22 -07:00
2013-03-29 16:39:08 -07:00
2013-03-29 16:39:08 -07:00