mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +00:00
Rollup merge of #120044 - Storyyeller:patch-2, r=lqd
Fix typo in comments (in_place_collect)
This commit is contained in:
commit
a2eefd2718
@ -9,7 +9,7 @@
|
|||||||
//! or [`BinaryHeap<T>`], the adapters guarantee to consume enough items per step to make room
|
//! or [`BinaryHeap<T>`], the adapters guarantee to consume enough items per step to make room
|
||||||
//! for the results (represented by [`InPlaceIterable`]), provide transitive access to `source`
|
//! for the results (represented by [`InPlaceIterable`]), provide transitive access to `source`
|
||||||
//! (via [`SourceIter`]) and thus the underlying allocation.
|
//! (via [`SourceIter`]) and thus the underlying allocation.
|
||||||
//! And finally there are alignment and size constriants to consider, this is currently ensured via
|
//! And finally there are alignment and size constraints to consider, this is currently ensured via
|
||||||
//! const eval instead of trait bounds in the specialized [`SpecFromIter`] implementation.
|
//! const eval instead of trait bounds in the specialized [`SpecFromIter`] implementation.
|
||||||
//!
|
//!
|
||||||
//! [`BinaryHeap<T>`]: crate::collections::BinaryHeap
|
//! [`BinaryHeap<T>`]: crate::collections::BinaryHeap
|
||||||
|
Loading…
Reference in New Issue
Block a user