diff options
| author | Denis Vasilik <contact@denisvasilik.com> | 2020-09-18 16:45:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-18 16:45:13 +0200 |
| commit | 2230d8d14c0275798f799d099b05b47e34c8d573 (patch) | |
| tree | ab2f5ce119a2092c10859ae2dd5cdef2049eaa2e | |
| parent | bdb039d10b2fdbbdf3b906e8a3f941ebbdbb71fd (diff) | |
| download | rust-2230d8d14c0275798f799d099b05b47e34c8d573.tar.gz rust-2230d8d14c0275798f799d099b05b47e34c8d573.zip | |
Update library/alloc/src/collections/binary_heap.rs
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
| -rw-r--r-- | library/alloc/src/collections/binary_heap.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/alloc/src/collections/binary_heap.rs b/library/alloc/src/collections/binary_heap.rs index 8181e413d89..67a67cb66f1 100644 --- a/library/alloc/src/collections/binary_heap.rs +++ b/library/alloc/src/collections/binary_heap.rs @@ -1119,7 +1119,7 @@ impl<T> FusedIterator for Iter<'_, T> {} /// An owning iterator over the elements of a `BinaryHeap`. /// -/// This `struct` is created by the [`into_iter`] method on [`BinaryHeap`] +/// This `struct` is created by [`BinaryHeap::into_iter()`] /// (provided by the `IntoIterator` trait). See its documentation for more. /// /// [`into_iter`]: BinaryHeap::into_iter |
