Remove unneeded link for Option

This commit is contained in:
Lzu Tao 2020-07-13 16:07:57 +00:00
parent a7f067a2a4
commit 3fb3c0c0bd

View 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