mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
c598b4e300
Revert "implement and test `Iterator::{exactly_one, collect_array}`"
This reverts https://github.com/rust-lang/rust/pull/149270
I was quite excited it merged, and immediately realized with ``@WaffleLapkin`` that this is a breaking change on nightly! Despite still being marked as unstable, the name conflicts with the name on itertools as was discussed on the PR itself: https://github.com/rust-lang/rust/pull/149270#issuecomment-3573812447.
I'll reopen the PR though, and mark it as blocked on https://github.com/rust-lang/rust/pull/148605
For more information about how librustdoc works, see the rustc dev guide.