We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc748f commit d504d55Copy full SHA for d504d55
library/alloc/src/vec.rs
@@ -3026,7 +3026,10 @@ impl<T> Drain<'_, T> {
3026
}
3027
3028
3029
-/// An iterator produced by calling `drain_filter` on Vec.
+/// A draining iterator with filter predicate for `Vec`.
3030
+///
3031
+/// This struct is created by [`Vec::drain_filter()`].
3032
+/// See its documentation for more.
3033
#[unstable(feature = "drain_filter", reason = "recently added", issue = "43244")]
3034
#[derive(Debug)]
3035
pub struct DrainFilter<'a, T, F>
0 commit comments