mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 14:38:46 +00:00
Auto merge of #10111 - alex-semenyuk:changelog_fix, r=flip1995
Changelog fix changelog: show link to [`derive_partial_eq_without_eq`] at changelog file
This commit is contained in:
commit
e2a687da72
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue