Skip to content

Commit f7a6f0c

Browse files
committed
docs: fixing references
1 parent 80f10d7 commit f7a6f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/vec/into_iter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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 [`Vec`] (provided
13+
/// This `struct` is created by the `into_iter` method on [`super::Vec`] (provided
1414
/// by the [`IntoIterator`] trait).
1515
///
1616
/// # Example

0 commit comments

Comments
 (0)