rust/src/libcore/iter
Seo Sanghyeon 5aceedf4d8 Rollup merge of #37963 - bluss:iterator-docs, r=alexcrichton
Fix two small issues in iterator docs

- `collect()` is a regular method, not an adaptor (does not return an Iterator). I just randomly picked `filter` as a third common adaptor to mention instead.
- Fix example in `Map`'s docs so that it uses the DoubleEndedIterator implementation
2016-11-26 22:02:14 +09:00
..
iterator.rs Add missing urls and few local rewrites 2016-11-08 21:30:17 +01:00
mod.rs Rollup merge of #37963 - bluss:iterator-docs, r=alexcrichton 2016-11-26 22:02:14 +09:00
range.rs Auto merge of #36365 - matthew-piziak:silent-overflow, r=eddyb 2016-11-07 11:48:16 -08:00
sources.rs Use #[prelude_import] in libcore. 2016-08-24 22:12:23 +00:00
traits.rs Add missing urls for FusedIterator and TrustedLen traits 2016-11-10 23:03:15 +01:00