about summary refs log tree commit diff
diff options
context:
space:
mode:
authorflip1995 <hello@philkrones.com>2021-06-17 21:05:30 +0200
committerflip1995 <hello@philkrones.com>2021-06-17 21:06:50 +0200
commit40fee52e496e6bcc2cbb3d63894480fccf1b44ef (patch)
tree8166c68a5a74086cf348334c7a24a7ae60302116
parent6bf8772702ef529544829be307c617002d7bc72b (diff)
downloadrust-40fee52e496e6bcc2cbb3d63894480fccf1b44ef.tar.gz
rust-40fee52e496e6bcc2cbb3d63894480fccf1b44ef.zip
Fix link in changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c9b2e716d1..bb1917575e3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -30,7 +30,7 @@ Current beta, release 2021-07-29
 
 - Deprecate `pub_enum_variant_names` and `wrong_pub_self_convention` in favor of
   the new `avoid_breaking_exported_api` config option (see
-  ([Enhancements](#enhancements)))
+  [Enhancements](#1-54-enhancements))
   [#7187](https://github.com/rust-lang/rust-clippy/pull/7187)
 - Move [`inconsistent_struct_constructor`] to `pedantic`
   [#7193](https://github.com/rust-lang/rust-clippy/pull/7193)
@@ -41,7 +41,7 @@ Current beta, release 2021-07-29
 - Move [`semicolon_if_nothing_returned`] to `pedantic`
   [#7268](https://github.com/rust-lang/rust-clippy/pull/7268)
 
-### Enhancements
+### Enhancements <a name="1-54-enhancements"></a>
 
 - [`while_let_on_iterator`]: Now also lints in nested loops
   [#6966](https://github.com/rust-lang/rust-clippy/pull/6966)