diff options
| author | Denis Vasilik <contact@denisvasilik.com> | 2020-09-18 16:45:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-18 16:45:35 +0200 |
| commit | 62e0ee1ba0e120ffc4738e4c606869df7bc61c2c (patch) | |
| tree | 4ab765b6a5530acfbe33712d612f38c5462e159a | |
| parent | ec7225feac1f64ca16f2d866fda02bcfcc577a9c (diff) | |
| download | rust-62e0ee1ba0e120ffc4738e4c606869df7bc61c2c.tar.gz rust-62e0ee1ba0e120ffc4738e4c606869df7bc61c2c.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 1f0abc6b1f1..92c0dc92c5f 100644 --- a/library/alloc/src/collections/binary_heap.rs +++ b/library/alloc/src/collections/binary_heap.rs @@ -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 |
