]> git.lizzy.rs Git - rust.git/commitdiff
Remove unneeded link for Option
authorLzu Tao <taolzu@gmail.com>
Mon, 13 Jul 2020 16:07:57 +0000 (16:07 +0000)
committerLzu Tao <taolzu@gmail.com>
Fri, 17 Jul 2020 13:00:50 +0000 (13:00 +0000)
src/libcore/iter/mod.rs

index 080b70c6368b286bf80f5636300001df18c2b4d0..d10f074259cb24c31eac3246825772578f37c91f 100644 (file)
@@ -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