Skip to content

Commit 7e0eebf

Browse files
committed
update rust version introduction
1 parent 6b3b93f commit 7e0eebf

File tree

1 file changed

+1
-1
lines changed
  • clippy_lints/src/matches

1 file changed

+1
-1
lines changed

clippy_lints/src/matches/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ declare_clippy_lint! {
922922
/// ```rust
923923
/// Some(0).filter(|&x| x % 2 == 0);
924924
/// ```
925-
#[clippy::version = "1.65.0"]
925+
#[clippy::version = "1.66.0"]
926926
pub MANUAL_FILTER,
927927
complexity,
928928
"reimplentation of `filter`"

0 commit comments

Comments
 (0)