Add more info for Vec Drain doc
See its documentation for more
This commit is contained in:
parent
1dc748fb3d
commit
ba4c498816
1 changed files with 1 additions and 0 deletions
|
@ -2785,6 +2785,7 @@ unsafe impl<#[may_dangle] T> Drop for IntoIter<T> {
|
||||||
/// A draining iterator for `Vec<T>`.
|
/// A draining iterator for `Vec<T>`.
|
||||||
///
|
///
|
||||||
/// This `struct` is created by [`Vec::drain`].
|
/// This `struct` is created by [`Vec::drain`].
|
||||||
|
/// See its documentation for more.
|
||||||
#[stable(feature = "drain", since = "1.6.0")]
|
#[stable(feature = "drain", since = "1.6.0")]
|
||||||
pub struct Drain<'a, T: 'a> {
|
pub struct Drain<'a, T: 'a> {
|
||||||
/// Index of tail to preserve
|
/// Index of tail to preserve
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue