Skip to content

Commit 89e7fb3

Browse files
committed
Revert link removal of Some(T)
1 parent 83143a1 commit 89e7fb3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -1345,6 +1345,8 @@ pub trait Iterator {
13451345
/// [`Some(T)`] again. `fuse()` adapts an iterator, ensuring that after a
13461346
/// [`None`] is given, it will always return [`None`] forever.
13471347
///
1348+
/// [`Some(T)`]: Some
1349+
///
13481350
/// # Examples
13491351
///
13501352
/// Basic usage:

0 commit comments

Comments
 (0)