Skip to content

Commit 37b88c8

Browse files
committedDec 26, 2022
Iterator::find: link to Iterator::position in docs for discoverability
1 parent 298d763 commit 37b88c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎library/core/src/iter/traits/iterator.rs

+3
Original file line numberDiff line numberDiff line change
@@ -2653,7 +2653,10 @@ pub trait Iterator {
26532653
/// argument is a double reference. You can see this effect in the
26542654
/// examples below, with `&&x`.
26552655
///
2656+
/// If you need the index of the element, see [`position()`].
2657+
///
26562658
/// [`Some(element)`]: Some
2659+
/// [`position()`]: Iterator::position
26572660
///
26582661
/// # Examples
26592662
///

0 commit comments

Comments
 (0)
Please sign in to comment.