Take default methods out from behind the flag.

This commit is contained in:
Michael Sullivan 2013-07-11 14:09:42 -07:00
parent 19446418bc
commit 3fa5203273
23 changed files with 2 additions and 23 deletions

View file

@ -17,7 +17,7 @@ implementing the `Iterator` trait.
*/
#[allow(default_methods)]; // solid enough for the use case here
#[allow(default_methods)]; // still off by default in stage0
use cmp;
use iter::Times;