From b1a5d252215e924db350a2ada9fc19e755f8365a Mon Sep 17 00:00:00 2001 From: Philipp Hansch Date: Mon, 23 Dec 2019 07:08:09 +0100 Subject: [PATCH] Fix two commit hashes in changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b9c48b206dd..c4c3634625e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ document. ## Unreleased / In Rust Beta or Nightly -[3aea860...master](https://github.com/rust-lang/rust-clippy/compare/3aea860...master) +[c8e3cfb...master](https://github.com/rust-lang/rust-clippy/compare/c8e3cfb...master) ## Rust 1.41 @@ -16,7 +16,7 @@ Current Beta Current stable, released 2019-12-19 -[4e7e71b...69f99e7](https://github.com/rust-lang/rust-clippy/compare/4e7e71b...c8e3cfb) +[4e7e71b...c8e3cfb](https://github.com/rust-lang/rust-clippy/compare/4e7e71b...c8e3cfb) * New Lints: * [`unneeded_wildcard_pattern`] [#4537](https://github.com/rust-lang/rust-clippy/pull/4537)