Skip to content

Commit

Permalink
Fix rustdoc link in vec/into_iter.rs.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se authored Dec 30, 2020
1 parent 206b2ca commit 16834a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/alloc/src/vec/into_iter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
///
Expand Down

0 comments on commit 16834a8

Please sign in to comment.