Intra-doc for DoubleEndIterator
This commit is contained in:
parent
53a1d6f12f
commit
69f43ddbbe
@ -106,8 +106,7 @@ pub trait DoubleEndedIterator: Iterator {
|
||||
/// `nth_back()` will return [`None`] if `n` is greater than or equal to the length of the
|
||||
/// iterator.
|
||||
///
|
||||
/// [`None`]: ../../std/option/enum.Option.html#variant.None
|
||||
/// [`nth`]: ../../std/iter/trait.Iterator.html#method.nth
|
||||
/// [`nth`]: crate::iter::Iterator::nth
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
@ -274,8 +273,7 @@ pub trait DoubleEndedIterator: Iterator {
|
||||
/// argument is a double reference. You can see this effect in the
|
||||
/// examples below, with `&&x`.
|
||||
///
|
||||
/// [`Some(element)`]: ../../std/option/enum.Option.html#variant.Some
|
||||
/// [`None`]: ../../std/option/enum.Option.html#variant.None
|
||||
/// [`Some(element)`]: Some
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user