Skip to content

Commit e2a687d

Browse files
committed
Auto merge of rust-lang#10111 - alex-semenyuk:changelog_fix, r=flip1995
Changelog fix changelog: show link to [`derive_partial_eq_without_eq`] at changelog file
2 parents 4fe3727 + faebca3 commit e2a687d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ Current stable, released 2022-12-15
4848
[#8518](https://github.com/rust-lang/rust-clippy/pull/8518)
4949
* Moved [`implicit_saturating_sub`] to `style` (Now warn-by-default)
5050
[#9584](https://github.com/rust-lang/rust-clippy/pull/9584)
51-
* Moved `derive_partial_eq_without_eq` to `nursery` (now allow-by-default)
52-
[#9536](https://github.com/rust-lang/rust-clippy/pull/9536)
51+
* Moved [`derive_partial_eq_without_eq`] to `nursery` (now allow-by-default)
52+
[#9535](https://github.com/rust-lang/rust-clippy/pull/9535)
5353

5454
### Enhancements
5555

0 commit comments

Comments
 (0)