Skip to content

Commit d727442

Browse files
authored
Remove brackets in drain filter docs
1 parent d504d55 commit d727442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/vec.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3028,7 +3028,7 @@ impl<T> Drain<'_, T> {
30283028

30293029
/// A draining iterator with filter predicate for `Vec`.
30303030
///
3031-
/// This struct is created by [`Vec::drain_filter()`].
3031+
/// This struct is created by [`Vec::drain_filter`].
30323032
/// See its documentation for more.
30333033
#[unstable(feature = "drain_filter", reason = "recently added", issue = "43244")]
30343034
#[derive(Debug)]

0 commit comments

Comments
 (0)