We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec7225f commit 62e0ee1Copy full SHA for 62e0ee1
library/alloc/src/collections/binary_heap.rs
@@ -1223,7 +1223,7 @@ unsafe impl<T: Ord> TrustedLen for IntoIterSorted<T> {}
1223
1224
/// A draining iterator over the elements of a `BinaryHeap`.
1225
///
1226
-/// This `struct` is created by the [`drain`] method on [`BinaryHeap`]. See its
+/// This `struct` is created by [`BinaryHeap::drain()`]. See its
1227
/// documentation for more.
1228
1229
/// [`drain`]: BinaryHeap::drain
0 commit comments