diff options
| author | alexey semenyuk <alexsemenyuk88@gmail.com> | 2022-12-23 14:24:23 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-23 14:24:23 +0300 |
| commit | faebca37e94465042e5f657ea25ebf668a1d73a1 (patch) | |
| tree | 257a232c7142505c0257b91d5542bd52121ecd9a | |
| parent | 4fe3727c391ec5bf18019f304d87132a3e3c5211 (diff) | |
| download | rust-faebca37e94465042e5f657ea25ebf668a1d73a1.tar.gz rust-faebca37e94465042e5f657ea25ebf668a1d73a1.zip | |
Changelog fix
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 52efa8db485..964479be0ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,8 +48,8 @@ Current stable, released 2022-12-15 [#8518](https://github.com/rust-lang/rust-clippy/pull/8518) * Moved [`implicit_saturating_sub`] to `style` (Now warn-by-default) [#9584](https://github.com/rust-lang/rust-clippy/pull/9584) -* Moved `derive_partial_eq_without_eq` to `nursery` (now allow-by-default) - [#9536](https://github.com/rust-lang/rust-clippy/pull/9536) +* Moved [`derive_partial_eq_without_eq`] to `nursery` (now allow-by-default) + [#9535](https://github.com/rust-lang/rust-clippy/pull/9535) ### Enhancements |
