Update CHANGELOG.md

Co-authored-by: Takayuki Nakata <f.seasons017@gmail.com>
This commit is contained in:
Manish Goregaokar 2021-12-17 19:50:53 +05:30 committed by GitHub
parent 80e986485c
commit 8160ccd3ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ Current beta (Release January 13 2022)
[#7850](https://github.com/rust-lang/rust-clippy/pull/7850)
* [`match_str_case_mismatch`] no longer lints on uncased characters
[#7865](https://github.com/rust-lang/rust-clippy/pull/7865)
* [`ptr_arg`] No longer lints references to type aliases
* [`ptr_arg`] no longer lints references to type aliases
[#7890](https://github.com/rust-lang/rust-clippy/pull/7890)
* [`missing_safety_doc`] now also accepts "implementation safety" headers
[#7856](https://github.com/rust-lang/rust-clippy/pull/7856)