Fix rustdoc link in vec/into_iter.rs.
This commit is contained in:
parent
206b2ca61e
commit
16834a8f52
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ use core::slice::{self};
|
|||
|
||||
/// An iterator that moves out of a vector.
|
||||
///
|
||||
/// This `struct` is created by the `into_iter` method on [`super::Vec`] (provided
|
||||
/// by the [`IntoIterator`] trait).
|
||||
/// This `struct` is created by the `into_iter` method on [`Vec`](super::Vec)
|
||||
/// (provided by the [`IntoIterator`] trait).
|
||||
///
|
||||
/// # Example
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue