diff options
| author | bors <bors@rust-lang.org> | 2020-08-31 07:17:34 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-08-31 07:17:34 +0000 |
| commit | 6c44bcc4ffeb0ee8059c2c167388c69dedf1ea44 (patch) | |
| tree | cf79c95bc314d9011f0a623d7ce270f0a7b22c0e /RELEASES.md | |
| parent | 8ed5cb56b5e5cc216eb6820a44dd4f7ef65107b0 (diff) | |
| parent | acd396225e0228f297474524396e08e0f594347e (diff) | |
| download | rust-6c44bcc4ffeb0ee8059c2c167388c69dedf1ea44.tar.gz rust-6c44bcc4ffeb0ee8059c2c167388c69dedf1ea44.zip | |
Auto merge of #75926 - camelid:patch-5, r=jonas-schievink
Fix typo in release notes
Diffstat (limited to 'RELEASES.md')
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 64fe2df3c49..0f59d72bd16 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -10,7 +10,7 @@ Language function's caller's location information for panic messages.][72445] - [Recursively indexing into tuples no longer needs parentheses.][71322] E.g. `x.0.0` over `(x.0).0`. -- [`mem::transmute` can now be used in static and constants.][72920] **Note** +- [`mem::transmute` can now be used in statics and constants.][72920] **Note** You currently can't use `mem::transmute` in constant functions. Compiler |
