Fix rustdoc link in vec/into_iter.rs.
This commit is contained in:
parent
206b2ca61e
commit
16834a8f52
@ -10,8 +10,8 @@
|
||||
|
||||
/// 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…
Reference in New Issue
Block a user