docs: fixing references
This commit is contained in:
parent
80f10d7aa7
commit
f7a6f0cae3
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ use core::slice::{self};
|
|||
|
||||
/// An iterator that moves out of a vector.
|
||||
///
|
||||
/// This `struct` is created by the `into_iter` method on [`Vec`] (provided
|
||||
/// This `struct` is created by the `into_iter` method on [`super::Vec`] (provided
|
||||
/// by the [`IntoIterator`] trait).
|
||||
///
|
||||
/// # Example
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue