update rust version introduction
This commit is contained in:
parent
b89ac0cefc
commit
830fdf2b56
@ -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`"
|
||||
|
Loading…
Reference in New Issue
Block a user