1
Fork 0

docs: fixing references

This commit is contained in:
C 2020-12-05 13:47:27 +00:00
parent 80f10d7aa7
commit f7a6f0cae3

View file

@ -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