mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-19 02:13:57 +00:00
Remove brackets in drain filter docs
This commit is contained in:
parent
d504d553f1
commit
d727442f2d
@ -3028,7 +3028,7 @@ impl<T> Drain<'_, T> {
|
||||
|
||||
/// 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