diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2021-12-17 19:50:53 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-17 19:50:53 +0530 |
| commit | 8160ccd3ac8a3e9fbd5d6fa75a02c9a393029a85 (patch) | |
| tree | c6e4a8191cd9bb927f1639a2edac63e3a1ef5c59 | |
| parent | 80e986485cad892126fd5cbdc8c37fb7be691200 (diff) | |
Update CHANGELOG.md
Co-authored-by: Takayuki Nakata <f.seasons017@gmail.com>
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d25afcc376..b209373d4ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) |
