mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-19 02:13:57 +00:00
Reuse description from drain_filter
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
parent
d727442f2d
commit
be8b5eb529
@ -3026,7 +3026,7 @@ impl<T> Drain<'_, T> {
|
||||
}
|
||||
}
|
||||
|
||||
/// A draining iterator with filter predicate for `Vec`.
|
||||
/// An iterator which uses a closure to determine if an element should be removed.
|
||||
///
|
||||
/// This struct is created by [`Vec::drain_filter`].
|
||||
/// See its documentation for more.
|
||||
|
Loading…
Reference in New Issue
Block a user