Andre Bogus ebe71fdd53 change binding name of for loop lowering to appease clippy
With the latest change to for loop lowering, a `_next` binding was introduced.
Unfortunately, this disturbs clippy's `used_underscore_binding` lint. This
commit just renames the binding to `__next` so clippy will be happy. It should
have no other effect.
2017-06-23 18:23:23 +02:00
..
2017-06-19 22:25:05 -07:00
2017-06-20 13:42:52 +02:00
2017-06-19 22:25:05 -07:00
2017-06-20 07:11:29 -07:00
2017-06-19 22:25:05 -07:00