Take default methods out from behind the flag.
This commit is contained in:
parent
19446418bc
commit
3fa5203273
23 changed files with 2 additions and 23 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue