rust/src/libcore/iter
Nicholas Nethercote 3b108588d1 Change Iterator::nth to use self.next() in a while loop.
Currently it uses `for x in self`, which seems dubious within an
iterator method. Furthermore, `self.next()` is used in all the other
iterator methods.
2020-05-13 15:48:08 +10:00
..
adapters Rollup merge of #71492 - LeSeulArtichaut:document-unsafe-2, r=Mark-Simulacrum 2020-04-24 02:47:38 +02:00
traits Change Iterator::nth to use self.next() in a while loop. 2020-05-13 15:48:08 +10:00
mod.rs Improve documentation on iterators 2020-02-16 17:12:26 +01:00
range.rs Bump rustfmt to most recently shipped 2020-04-25 09:25:33 -04:00
sources.rs Stop accessing module level int consts via crate::<Ty> 2020-04-20 23:38:06 +02:00