We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2230d8d commit ec7225fCopy full SHA for ec7225f
library/alloc/src/collections/binary_heap.rs
@@ -1055,7 +1055,7 @@ impl<T> Drop for Hole<'_, T> {
1055
1056
/// An iterator over the elements of a `BinaryHeap`.
1057
///
1058
-/// This `struct` is created by the [`iter`] method on [`BinaryHeap`]. See its
+/// This `struct` is created by [`BinaryHeap::iter()`]. See its
1059
/// documentation for more.
1060
1061
/// [`iter`]: BinaryHeap::iter
0 commit comments