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 bdb039d commit 2230d8dCopy full SHA for 2230d8d
library/alloc/src/collections/binary_heap.rs
@@ -1119,7 +1119,7 @@ impl<T> FusedIterator for Iter<'_, T> {}
1119
1120
/// An owning iterator over the elements of a `BinaryHeap`.
1121
///
1122
-/// This `struct` is created by the [`into_iter`] method on [`BinaryHeap`]
+/// This `struct` is created by [`BinaryHeap::into_iter()`]
1123
/// (provided by the `IntoIterator` trait). See its documentation for more.
1124
1125
/// [`into_iter`]: BinaryHeap::into_iter
0 commit comments