diff options
| author | Denis Vasilik <contact@denisvasilik.com> | 2020-09-18 16:45:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-18 16:45:23 +0200 |
| commit | ec7225feac1f64ca16f2d866fda02bcfcc577a9c (patch) | |
| tree | b9701c02d20e5224fd017ac67d4d7d5f0273aaf6 /library/alloc | |
| parent | 2230d8d14c0275798f799d099b05b47e34c8d573 (diff) | |
| download | rust-ec7225feac1f64ca16f2d866fda02bcfcc577a9c.tar.gz rust-ec7225feac1f64ca16f2d866fda02bcfcc577a9c.zip | |
Update library/alloc/src/collections/binary_heap.rs
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
Diffstat (limited to 'library/alloc')
| -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 67a67cb66f1..1f0abc6b1f1 100644 --- a/library/alloc/src/collections/binary_heap.rs +++ b/library/alloc/src/collections/binary_heap.rs @@ -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 |
