diff options
| author | kraktus <kraktus@users.noreply.github.com> | 2022-10-02 17:45:44 +0200 |
|---|---|---|
| committer | kraktus <kraktus@users.noreply.github.com> | 2022-10-02 17:45:44 +0200 |
| commit | 830fdf2b56d2a2f0f8e8135e05ec30b08e54ad3a (patch) | |
| tree | 05e60bd82c63de5fe7c11baaad6d9d7550197eab | |
| parent | b89ac0cefcc19b99a5af902ced053344a8054568 (diff) | |
| download | rust-830fdf2b56d2a2f0f8e8135e05ec30b08e54ad3a.tar.gz rust-830fdf2b56d2a2f0f8e8135e05ec30b08e54ad3a.zip | |
update rust version introduction
| -rw-r--r-- | clippy_lints/src/matches/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/matches/mod.rs b/clippy_lints/src/matches/mod.rs index c472d628098..7d8171ead89 100644 --- a/clippy_lints/src/matches/mod.rs +++ b/clippy_lints/src/matches/mod.rs @@ -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`" |
