about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLzu Tao <taolzu@gmail.com>2020-07-13 16:07:57 +0000
committerLzu Tao <taolzu@gmail.com>2020-07-17 13:00:50 +0000
commit3fb3c0c0bdbe05541c824c84f4755e1eaf4ed08b (patch)
tree3b6b2f4b238d8833ed055c4397d2664b211938c8
parenta7f067a2a455dcd0d092c182d12b03dd2a8a93b3 (diff)
downloadrust-3fb3c0c0bdbe05541c824c84f4755e1eaf4ed08b.tar.gz
rust-3fb3c0c0bdbe05541c824c84f4755e1eaf4ed08b.zip
Remove unneeded link for Option
-rw-r--r--src/libcore/iter/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcore/iter/mod.rs b/src/libcore/iter/mod.rs
index 080b70c6368..d10f074259c 100644
--- a/src/libcore/iter/mod.rs
+++ b/src/libcore/iter/mod.rs
@@ -55,7 +55,6 @@
 //!
 //! [`Iterator`]: trait.Iterator.html
 //! [`next`]: trait.Iterator.html#tymethod.next
-//! [`Option`]: ../../std/option/enum.Option.html
 //! [`TryIter`]: ../../std/sync/mpsc/struct.TryIter.html
 //!
 //! # The three forms of iteration