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 d504d55 commit d727442Copy full SHA for d727442
library/alloc/src/vec.rs
@@ -3028,7 +3028,7 @@ impl<T> Drain<'_, T> {
3028
3029
/// A draining iterator with filter predicate for `Vec`.
3030
///
3031
-/// This struct is created by [`Vec::drain_filter()`].
+/// 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)]
0 commit comments