Revert link removal of Some(T)

This commit is contained in:
Denis Vasilik 2020-09-02 19:11:19 +02:00
parent 83143a1ef4
commit 89e7fb3bbd

View File

@ -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: