diff options
Diffstat (limited to 'src/libstd/iterator.rs')
| -rw-r--r-- | src/libstd/iterator.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/iterator.rs b/src/libstd/iterator.rs index a17fea24b2c..b9593d845a4 100644 --- a/src/libstd/iterator.rs +++ b/src/libstd/iterator.rs @@ -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; |
