mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 15:54:15 +00:00
Update library/alloc/src/collections/binary_heap.rs
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
parent
2230d8d14c
commit
ec7225feac
@ -1055,7 +1055,7 @@ impl<T> Drop for Hole<'_, T> {
|
||||
|
||||
/// An iterator over the elements of a `BinaryHeap`.
|
||||
///
|
||||
/// This `struct` is created by the [`iter`] method on [`BinaryHeap`]. See its
|
||||
/// This `struct` is created by [`BinaryHeap::iter()`]. See its
|
||||
/// documentation for more.
|
||||
///
|
||||
/// [`iter`]: BinaryHeap::iter
|
||||
|
Loading…
Reference in New Issue
Block a user