diff options
| author | Denis Vasilik <contact@denisvasilik.com> | 2020-09-02 19:07:32 +0200 |
|---|---|---|
| committer | Denis Vasilik <contact@denisvasilik.com> | 2020-09-02 19:07:32 +0200 |
| commit | 83143a1ef4f0d9fb5bce99c4ab5288b6b61d23ef (patch) | |
| tree | b29a5538e9eef6b119949010106678cfb7cc3c44 | |
| parent | 3a035891f021856160a3c9ab17a812bb36e117dd (diff) | |
| download | rust-83143a1ef4f0d9fb5bce99c4ab5288b6b61d23ef.tar.gz rust-83143a1ef4f0d9fb5bce99c4ab5288b6b61d23ef.zip | |
Revert link removal of
| -rw-r--r-- | library/core/src/iter/traits/iterator.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/core/src/iter/traits/iterator.rs b/library/core/src/iter/traits/iterator.rs index 4b443b8054e..9511cc20dfd 100644 --- a/library/core/src/iter/traits/iterator.rs +++ b/library/core/src/iter/traits/iterator.rs @@ -762,6 +762,7 @@ pub trait Iterator { /// assert_eq!(iter.next(), None); /// ``` /// + /// [`Option<T>`]: Option #[inline] #[stable(feature = "rust1", since = "1.0.0")] fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F> |
