update rust version introduction
This commit is contained in:
parent
b89ac0cefc
commit
830fdf2b56
1 changed files with 1 additions and 1 deletions
|
|
@ -922,7 +922,7 @@ declare_clippy_lint! {
|
|||
/// ```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…
Add table
Add a link
Reference in a new issue