Update src/liballoc/vec.rs

Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
Ivan Tham 2020-07-24 00:23:24 +08:00
parent dba647ef32
commit e0d215ff9e

View File

@ -2621,7 +2621,6 @@ where
/// This `struct` is created by the `into_iter` method on [`Vec`] (provided /// This `struct` is created by the `into_iter` method on [`Vec`] (provided
/// by the [`IntoIterator`] trait). /// by the [`IntoIterator`] trait).
/// ///
/// [`IntoIterator`]: ../../std/iter/trait.IntoIterator.html
#[stable(feature = "rust1", since = "1.0.0")] #[stable(feature = "rust1", since = "1.0.0")]
pub struct IntoIter<T> { pub struct IntoIter<T> {
buf: NonNull<T>, buf: NonNull<T>,