From f2ea39794ccc409c498d32534ba4f07924d01756 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Thu, 12 Mar 2020 17:08:59 -0700 Subject: [PATCH] Add clippy relnotes --- posts/2020-03-12-Rust-1.42.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/posts/2020-03-12-Rust-1.42.md b/posts/2020-03-12-Rust-1.42.md index 7d5a67d35..6835071fe 100644 --- a/posts/2020-03-12-Rust-1.42.md +++ b/posts/2020-03-12-Rust-1.42.md @@ -169,8 +169,9 @@ In this release, if you are using Cargo, [you no longer need this line when work ### Other changes [relnotes-cargo]: https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-142-2020-03-12 +[relnotes-clippy]: https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-142 -There are other changes in the Rust 1.42.0 release: check out what changed in [Rust][notes] and [Cargo][relnotes-cargo]. +There are other changes in the Rust 1.42.0 release: check out what changed in [Rust][notes], [Cargo][relnotes-cargo], and [Clippy][relnotes-clippy]. ### Compatibility Notes