update rust version introduction
This commit is contained in:
parent
b89ac0cefc
commit
830fdf2b56
@ -922,7 +922,7 @@ declare_clippy_lint! {
|
|||||||
/// ```rust
|
/// ```rust
|
||||||
/// Some(0).filter(|&x| x % 2 == 0);
|
/// Some(0).filter(|&x| x % 2 == 0);
|
||||||
/// ```
|
/// ```
|
||||||
#[clippy::version = "1.65.0"]
|
#[clippy::version = "1.66.0"]
|
||||||
pub MANUAL_FILTER,
|
pub MANUAL_FILTER,
|
||||||
complexity,
|
complexity,
|
||||||
"reimplentation of `filter`"
|
"reimplentation of `filter`"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user