blake2-ppc 78cde5b9fb std: Change Times trait to use do instead of for
Change the former repetition::

    for 5.times { }

to::

    do 5.times { }

.times() cannot be broken with `break` or `return` anymore; for those
cases, use a numerical range loop instead.
2013-08-01 16:54:22 +02:00
..
2013-08-01 05:34:55 -04:00
2013-08-01 05:34:55 -04:00
2013-08-01 05:34:55 -04:00
2013-07-28 20:26:49 +12:00
2013-08-01 05:34:55 -04:00
2013-08-01 05:34:55 -04:00
2013-08-01 05:34:55 -04:00
2013-08-01 05:34:55 -04:00
2013-08-01 05:34:55 -04:00
2013-08-01 05:34:55 -04:00
2013-08-01 05:34:55 -04:00
2013-08-01 05:34:55 -04:00
2013-08-01 05:34:55 -04:00
2013-08-01 05:34:55 -04:00
2013-08-01 05:34:55 -04:00
2013-08-01 05:34:55 -04:00
2013-08-01 05:34:55 -04:00
2013-07-17 14:57:51 -07:00
2013-08-01 05:34:55 -04:00