From e0d215ff9e6ab644b244518616f7979966220e79 Mon Sep 17 00:00:00 2001 From: Ivan Tham Date: Fri, 24 Jul 2020 00:23:24 +0800 Subject: [PATCH] Update src/liballoc/vec.rs Co-authored-by: Joshua Nelson --- library/alloc/src/vec.rs | 1 - 1 file changed, 1 deletion(-) 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,