We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 206b2ca commit 16834a8Copy full SHA for 16834a8
library/alloc/src/vec/into_iter.rs
@@ -10,8 +10,8 @@ use core::slice::{self};
10
11
/// An iterator that moves out of a vector.
12
///
13
-/// This `struct` is created by the `into_iter` method on [`super::Vec`] (provided
14
-/// by the [`IntoIterator`] trait).
+/// This `struct` is created by the `into_iter` method on [`Vec`](super::Vec)
+/// (provided by the [`IntoIterator`] trait).
15
16
/// # Example
17
0 commit comments