Update library/alloc/src/collections/binary_heap.rs
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
parent
ec7225feac
commit
62e0ee1ba0
1 changed files with 1 additions and 1 deletions
|
@ -1223,7 +1223,7 @@ unsafe impl<T: Ord> TrustedLen for IntoIterSorted<T> {}
|
||||||
|
|
||||||
/// A draining iterator over the elements of a `BinaryHeap`.
|
/// A draining iterator over the elements of a `BinaryHeap`.
|
||||||
///
|
///
|
||||||
/// This `struct` is created by the [`drain`] method on [`BinaryHeap`]. See its
|
/// This `struct` is created by [`BinaryHeap::drain()`]. See its
|
||||||
/// documentation for more.
|
/// documentation for more.
|
||||||
///
|
///
|
||||||
/// [`drain`]: BinaryHeap::drain
|
/// [`drain`]: BinaryHeap::drain
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue