Skip to content

Commit b02c404

Browse files
authored
Fix link
Intra-doc links don't work yet in this case: #74489
1 parent b1c05c5 commit b02c404

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/core/src/option.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1501,6 +1501,8 @@ unsafe impl<A> TrustedLen for IterMut<'_, A> {}
15011501
/// The iterator yields one value if the [`Option`] is a [`Some`], otherwise none.
15021502
///
15031503
/// This `struct` is created by the [`Option::into_iter`] function.
1504+
///
1505+
/// [`Option::into_iter`]: enum.Option.html#method.into_iter
15041506
#[derive(Clone, Debug)]
15051507
#[stable(feature = "rust1", since = "1.0.0")]
15061508
pub struct IntoIter<A> {

0 commit comments

Comments
 (0)