about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPrabakaran Kumaresshan <4676330+nixphix@users.noreply.github.com>2020-08-30 19:19:20 +0530
committerPrabakaran Kumaresshan <4676330+nixphix@users.noreply.github.com>2020-08-30 19:19:20 +0530
commit523fea4d1405c4e2d4a96d126f4d990d342de6cc (patch)
tree3d606a0b730c5ff17e4993a10f7745f0818078b9
parent7ea4c28af238883884deddbe5c411d01355fd12b (diff)
downloadrust-523fea4d1405c4e2d4a96d126f4d990d342de6cc.tar.gz
rust-523fea4d1405c4e2d4a96d126f4d990d342de6cc.zip
revert Some(Item) link
-rw-r--r--library/core/src/iter/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/core/src/iter/mod.rs b/library/core/src/iter/mod.rs
index e482eab5b3d..28b22f80e2c 100644
--- a/library/core/src/iter/mod.rs
+++ b/library/core/src/iter/mod.rs
@@ -53,6 +53,7 @@
 //! more complex forms of processing. See the [Adapters](#adapters) section
 //! below for more details.
 //!
+//! [`Some(Item)`]: Some
 //! [`next`]: Iterator::next
 //! [`TryIter`]: ../../std/sync/mpsc/struct.TryIter.html
 //!