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
@ -1223,7 +1223,7 @@ unsafe impl<T: Ord> TrustedLen for IntoIterSorted<T> {}
|
||||
|
||||
/// 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.
|
||||
///
|
||||
/// [`drain`]: BinaryHeap::drain
|
||||
|
Loading…
Reference in New Issue
Block a user