Skip to content

Commit 91851d8

Browse files
authored
Fix duplicated "Rust 1.52" version section header
The most recent changelog update 037ddf2 accompanying the 1.52 release added a second "Rust 1.52" section header, with the result that the Rust release announcement https://blog.rust-lang.org/2021/05/06/Rust-1.52.0.html is linking to the "current beta" changelog section for Clippy rather than the stable changelog. I don't know the release process but based on previous changes to this file, I assume the correct thing to do is to mark the topmost section as being for Rust 1.53, not 1.52.
1 parent f3a0ac1 commit 91851d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ document.
88

99
[7c7683c...master](https://github.com/rust-lang/rust-clippy/compare/7c7683c...master)
1010

11-
## Rust 1.52
11+
## Rust 1.53
1212

1313
Current beta, release 2021-06-17
1414

0 commit comments

Comments
 (0)