Skip to content

Commit

Permalink
Auto merge of #33079 - bluss:split-iter, r=alexcrichton
Browse files Browse the repository at this point in the history
Split core::iter module implementation into parts

Split core::iter module implementation into parts

split iter.rs into a directory of (implementation private) modules.

+ mod (adaptor structs whose private fields need to be available both for them and Iterator
  + iterator (Iterator trait)
  + traits (FromIterator, etc; all traits but Iterator itself)
  + range (range related)
  + sources (Repeat, Once, Empty)
  • Loading branch information
bors committed Apr 21, 2016
2 parents b5ba592 + 1cd8d1e commit 887e947
Show file tree
Hide file tree
Showing 6 changed files with 5,113 additions and 5,012 deletions.

0 comments on commit 887e947

Please sign in to comment.