update rust version introduction

This commit is contained in:
kraktus 2022-10-02 17:45:44 +02:00
parent b89ac0cefc
commit 830fdf2b56

View File

@ -922,7 +922,7 @@
/// ```rust
/// Some(0).filter(|&x| x % 2 == 0);
/// ```
#[clippy::version = "1.65.0"]
#[clippy::version = "1.66.0"]
pub MANUAL_FILTER,
complexity,
"reimplentation of `filter`"