diff options
| author | robojumper <robojumper@gmail.com> | 2020-08-10 17:45:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-10 17:45:04 +0200 |
| commit | 82c816ee022c420306c6a7475162f252a8432c30 (patch) | |
| tree | 227b10719a02f34e227c16718a8a8b41bc71b8bc | |
| parent | c576bedc4149a6911f863a94aea2bc0ec109d4e3 (diff) | |
| download | rust-82c816ee022c420306c6a7475162f252a8432c30.tar.gz rust-82c816ee022c420306c6a7475162f252a8432c30.zip | |
Fix CHANGELOG's commit range links
Two most recent links linked to the wrong range changelog: none
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f09af0466c0..9d957371c6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,13 @@ document. ## Unreleased / In Rust Nightly -[c2c07fa...master](https://github.com/rust-lang/rust-clippy/compare/7ea7cd1...master) +[c2c07fa...master](https://github.com/rust-lang/rust-clippy/compare/c2c07fa...master) ## Rust 1.46 Current beta, release 2020-08-27 -[7ea7cd1...c2c07fa](https://github.com/rust-lang/rust-clippy/compare/7ea7cd1...master) +[7ea7cd1...c2c07fa](https://github.com/rust-lang/rust-clippy/compare/7ea7cd1...c2c07fa) ### New lints |
