Remove brackets in drain filter docs
This commit is contained in:
parent
d504d553f1
commit
d727442f2d
@ -3028,7 +3028,7 @@ unsafe fn move_tail(&mut self, additional: usize) {
|
||||
|
||||
/// A draining iterator with filter predicate for `Vec`.
|
||||
///
|
||||
/// This struct is created by [`Vec::drain_filter()`].
|
||||
/// This struct is created by [`Vec::drain_filter`].
|
||||
/// See its documentation for more.
|
||||
#[unstable(feature = "drain_filter", reason = "recently added", issue = "43244")]
|
||||
#[derive(Debug)]
|
||||
|
Loading…
Reference in New Issue
Block a user