Update library/alloc/src/collections/binary_heap.rs

Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
Denis Vasilik 2020-09-18 16:45:23 +02:00 committed by GitHub
parent 2230d8d14c
commit ec7225feac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1055,7 +1055,7 @@ impl<T> Drop for Hole<'_, T> {
/// An iterator over the elements of a `BinaryHeap`. /// 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. /// documentation for more.
/// ///
/// [`iter`]: BinaryHeap::iter /// [`iter`]: BinaryHeap::iter