We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f10d7 commit f7a6f0cCopy full SHA for f7a6f0c
library/alloc/src/vec/into_iter.rs
@@ -10,7 +10,7 @@ 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 [`Vec`] (provided
+/// This `struct` is created by the `into_iter` method on [`super::Vec`] (provided
14
/// by the [`IntoIterator`] trait).
15
16
/// # Example
0 commit comments