Skip to content

Commit 16834a8

Browse files
authored
Fix rustdoc link in vec/into_iter.rs.
1 parent 206b2ca commit 16834a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/alloc/src/vec/into_iter.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ use core::slice::{self};
1010

1111
/// An iterator that moves out of a vector.
1212
///
13-
/// This `struct` is created by the `into_iter` method on [`super::Vec`] (provided
14-
/// by the [`IntoIterator`] trait).
13+
/// This `struct` is created by the `into_iter` method on [`Vec`](super::Vec)
14+
/// (provided by the [`IntoIterator`] trait).
1515
///
1616
/// # Example
1717
///

0 commit comments

Comments
 (0)