Revert link removal of Some(T)
This commit is contained in:
parent
83143a1ef4
commit
89e7fb3bbd
@ -1345,6 +1345,8 @@ pub trait Iterator {
|
||||
/// [`Some(T)`] again. `fuse()` adapts an iterator, ensuring that after a
|
||||
/// [`None`] is given, it will always return [`None`] forever.
|
||||
///
|
||||
/// [`Some(T)`]: Some
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
/// Basic usage:
|
||||
|
Loading…
Reference in New Issue
Block a user