mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
Update src/liballoc/vec.rs
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
parent
dba647ef32
commit
e0d215ff9e
@ -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>,
|
||||||
|
Loading…
Reference in New Issue
Block a user