From: Lzu Tao Date: Mon, 13 Jul 2020 16:07:57 +0000 (+0000) Subject: Remove unneeded link for Option X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=3fb3c0c0bdbe05541c824c84f4755e1eaf4ed08b;p=rust.git Remove unneeded link for Option --- 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