Fix rustdoc link in vec/into_iter.rs.

This commit is contained in:
Mara Bos 2020-12-30 15:35:02 +00:00 committed by GitHub
parent 206b2ca61e
commit 16834a8f52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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