Changelog fix

This commit is contained in:
alexey semenyuk 2022-12-23 14:24:23 +03:00 committed by GitHub
parent 4fe3727c39
commit faebca37e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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