Commit 887e947
committed
Auto merge of #33079 - bluss:split-iter, r=alexcrichton
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)File tree
6 files changed
+5113
-5012
lines changed- src/libcore
- iter
6 files changed
+5113
-5012
lines changed
0 commit comments