rust/library/core
许杰友 Jieyou Xu (Joe) 64bf99b476
Rollup merge of #131858 - AnthonyMikh:AnthonyMikh/repeat_n-is-not-that-special-anymore, r=jhpratt
Remove outdated documentation for `repeat_n`

After #106943, which made `Take<Repeat<I>>` implement `ExactSizeIterator`, part of documentation about difference from `repeat(x).take(n)` is no longer valid.

````@rustbot```` labels: +A-docs, +A-iterators
2024-10-18 12:00:52 +01:00
..
benches
src Rollup merge of #131858 - AnthonyMikh:AnthonyMikh/repeat_n-is-not-that-special-anymore, r=jhpratt 2024-10-18 12:00:52 +01:00
tests Rollup merge of #130136 - GKFX:stabilize-const-pin, r=dtolnay 2024-10-18 12:00:50 +01:00
Cargo.toml