Remove brackets in drain filter docs

This commit is contained in:
Ivan Tham 2020-08-29 18:23:29 +08:00 committed by GitHub
parent d504d553f1
commit d727442f2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)]