mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
64bf99b476
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