diff options
| author | bors <bors@rust-lang.org> | 2013-07-12 17:28:28 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-07-12 17:28:28 -0700 |
| commit | 1ee54a86171d70f439b3cf77e566150b78251bc2 (patch) | |
| tree | 2282c7f350eca0eccf82623dd8a8f5ace1165e56 /src/libstd/iterator.rs | |
| parent | 96453eb5c524fea0ee48b9a8e4b60c12dd0e9fc9 (diff) | |
| parent | 3fa5203273ad5a88b20b77b83a7a2e42cbcc3602 (diff) | |
| download | rust-1ee54a86171d70f439b3cf77e566150b78251bc2.tar.gz rust-1ee54a86171d70f439b3cf77e566150b78251bc2.zip | |
auto merge of #7725 : msullivan/rust/default-methods, r=pcwalton
r?
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; |
