From 898dafba1deac8ccde822ff1cd26f37e547c266c Mon Sep 17 00:00:00 2001 From: mcarton Date: Sat, 17 Jun 2017 18:27:28 +0200 Subject: [PATCH] Fix links in change log --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2f68efb9ca..78132722c56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file. ## 0.0.139 — 2017-06-10 * Update to *rustc 1.19.0-nightly (4bf5c99af 2017-06-10)* * Fix bugs with for loop desugaring -* Check for AsRef/AsMut arguments in wrong_self_convention +* Check for [`AsRef`]/[`AsMut`] arguments in [`wrong_self_convention`] ## 0.0.138 — 2017-06-05 * Update to *rustc 1.19.0-nightly (0418fa9d3 2017-06-04)* @@ -357,6 +357,8 @@ All notable changes to this project will be documented in this file. * Update to *rustc 1.9.0-nightly (998a6720b 2016-03-07)* * New lint: [`redundant_closure_call`] +[`AsMut`]: https://doc.rust-lang.org/std/convert/trait.AsMut.html +[`AsRef`]: https://doc.rust-lang.org/std/convert/trait.AsRef.html [configuration file]: ./rust-clippy#configuration