rust/library/core/src/iter
Léo Lanteri Thauvin 3375283763
Rollup merge of #88273 - jhpratt:update-iterator-docs, r=jyn514
Fix references to `ControlFlow` in docs

The `Iterator::for_each` method previously stated that it was not possible to use `break` and `continue` in it — this has been updated to acknowledge the stabilization of `ControlFlow`. Additionally, `ControlFlow` was referred to as `crate::ops::ControlFlow` which is not the correct path for an end user.

r? `@jyn514`
2021-08-25 15:48:55 +02:00
..
adapters Fix typos “a”→“an” 2021-08-22 15:35:11 +02:00
sources Constified Default implementations 2021-08-17 07:15:54 +00:00
traits Rollup merge of #88273 - jhpratt:update-iterator-docs, r=jyn514 2021-08-25 15:48:55 +02:00
mod.rs Fix may not to appropriate might not or must not 2021-07-29 01:15:20 -04:00
range.rs Fix may not to appropriate might not or must not 2021-07-29 01:15:20 -04:00
sources.rs Split iterator sources into different modules 2020-11-22 02:39:21 +03:00