about summary refs log tree commit diff
diff options
context:
space:
mode:
authorXAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>2020-10-26 11:24:31 +0100
committerPietro Albini <pietro@pietroalbini.org>2020-11-17 12:39:48 +0100
commitdc8d2eb60b2fa09cfdd0fe9aa86da134af03cd48 (patch)
tree21765f931f418df608d6a4543cad21784860dea8
parent51d9591de1cd36d6880d15792ae927e459566371 (diff)
downloadrust-dc8d2eb60b2fa09cfdd0fe9aa86da134af03cd48.tar.gz
rust-dc8d2eb60b2fa09cfdd0fe9aa86da134af03cd48.zip
Update RELEASES.md
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index bfcd65d9fa8..5671a6e65d8 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -82,7 +82,7 @@ Compatibility Notes
 - [Updated `_mm256_extract_epi8` and `_mm256_extract_epi16` signatures in
   `arch::{x86, x86_64}` to return `i32` to match the vendor signatures.][73166]
 - [`mem::uninitialized` will now panic if any inner types inside a struct or enum
-  disallow zero-initialization].[71274]
+  disallow zero-initialization.][71274]
 
 Internal Only
 -------------