Skip to content

Commit

Permalink
Unrolled build for rust-lang#120044
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#120044 - Storyyeller:patch-2, r=lqd

Fix typo in comments (in_place_collect)
  • Loading branch information
rust-timer committed Jan 18, 2024
2 parents 6ae4cfb + db7125f commit cc59b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/alloc/src/vec/in_place_collect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//! 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`
//! (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.
//!
//! [`BinaryHeap<T>`]: crate::collections::BinaryHeap
Expand Down

0 comments on commit cc59b97

Please sign in to comment.