Skip to content

Commit e0d215f

Browse files
pickfireJoshua Nelson
and
Joshua Nelson
committed
Update src/liballoc/vec.rs
Co-authored-by: Joshua Nelson <[email protected]>
1 parent dba647e commit e0d215f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/alloc/src/vec.rs

-1
Original file line numberDiff line numberDiff line change
@@ -2621,7 +2621,6 @@ where
26212621
/// This `struct` is created by the `into_iter` method on [`Vec`] (provided
26222622
/// by the [`IntoIterator`] trait).
26232623
///
2624-
/// [`IntoIterator`]: ../../std/iter/trait.IntoIterator.html
26252624
#[stable(feature = "rust1", since = "1.0.0")]
26262625
pub struct IntoIter<T> {
26272626
buf: NonNull<T>,

0 commit comments

Comments
 (0)