diff --git a/library/alloc/src/vec.rs b/library/alloc/src/vec.rs index b5c2f1d7256..d9f22be3ff6 100644 --- a/library/alloc/src/vec.rs +++ b/library/alloc/src/vec.rs @@ -2621,7 +2621,6 @@ where /// This `struct` is created by the `into_iter` method on [`Vec`] (provided /// by the [`IntoIterator`] trait). /// -/// [`IntoIterator`]: ../../std/iter/trait.IntoIterator.html #[stable(feature = "rust1", since = "1.0.0")] pub struct IntoIter { buf: NonNull,