Rollup merge of #76056 - pickfire:patch-10, r=jyn514
Add more info for Vec Drain doc See its documentation for more
This commit is contained in:
commit
73858d01c3
1 changed files with 1 additions and 0 deletions
|
@ -3037,6 +3037,7 @@ impl<T> AsIntoIter for IntoIter<T> {
|
|||
/// A draining iterator for `Vec<T>`.
|
||||
///
|
||||
/// This `struct` is created by [`Vec::drain`].
|
||||
/// See its documentation for more.
|
||||
#[stable(feature = "drain", since = "1.6.0")]
|
||||
pub struct Drain<'a, T: 'a> {
|
||||
/// Index of tail to preserve
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue