about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTakayuki Nakata <f.seasons017@gmail.com>2020-10-28 14:36:29 +0900
committerTakayuki Nakata <f.seasons017@gmail.com>2020-10-28 14:36:29 +0900
commitffc2e666710cf5b6b97a162dfa01fc1fe4452af2 (patch)
tree53f826bf14b2fd3b62e87cffffee3c021adfc56a
parentdace756c6fa8793badbc9b872047cc539952e718 (diff)
downloadrust-ffc2e666710cf5b6b97a162dfa01fc1fe4452af2.tar.gz
rust-ffc2e666710cf5b6b97a162dfa01fc1fe4452af2.zip
Fix reference
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d93efcafb19..d10aefa2042 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1552,7 +1552,7 @@ Released 2018-09-13
 
 ## 0.0.64 — 2016-04-26
 * Rustup to *rustc 1.10.0-nightly (645dd013a 2016-04-24)*
-* New lints: [`temporary_cstring_as_ptr`], [`unsafe_removed_from_name`], and [`mem_forget`]
+* New lints: `temporary_cstring_as_ptr`, [`unsafe_removed_from_name`], and [`mem_forget`]
 
 ## 0.0.63 — 2016-04-08
 * Rustup to *rustc 1.9.0-nightly (7979dd608 2016-04-07)*