about summary refs log tree commit diff
diff options
context:
space:
mode:
authorXAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>2020-03-24 16:33:54 +0100
committerGitHub <noreply@github.com>2020-03-24 16:33:54 +0100
commitcf06475e3404c6c372600ea6ab51612cf1ebe1e5 (patch)
tree67de60d0c2bde44de38643d1a021f91e90a3de00
parent53790bbd555847c91169fc6da4f65de59d750e6a (diff)
downloadrust-cf06475e3404c6c372600ea6ab51612cf1ebe1e5.tar.gz
rust-cf06475e3404c6c372600ea6ab51612cf1ebe1e5.zip
Update RELEASES.md
-rw-r--r--RELEASES.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 228eb54b9f0..ad70c370d56 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -35,7 +35,8 @@ Libraries
 ---------
 - [`Arc<[T; N]>`, `Box<[T; N]>`, and `Rc<[T; N]>`, now implement
   `TryFrom<Arc<[T]>>`,`TryFrom<Box<[T]>>`, and `TryFrom<Rc<[T]>>`
-  respectively.][69538] These conversions succeed when `N` is `0..=32`.
+  respectively.][69538] **Note** These conversions are only available when `N`
+  is `0..=32`.
 - [All `to_be_bytes`, `to_le_bytes`, `to_ne_bytes`, `from_be_bytes`,
   `from_le_bytes`, and `from_ne_bytes` methods for integers are
   now `const`.][69373]