about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2020-06-08 22:15:12 +0200
committerGitHub <noreply@github.com>2020-06-08 22:15:12 +0200
commit033f6899f72464f7477092eb4ce872cf2a097114 (patch)
treed58b2f898dfcdbd8c1294ec0937abaff44c8d9d3
parent82fd390d67db9a54db2ec936217b8d4d406253dc (diff)
parent9d6ed2960c302e87f7b01c75efb59fc0353da05a (diff)
downloadrust-033f6899f72464f7477092eb4ce872cf2a097114.tar.gz
rust-033f6899f72464f7477092eb4ce872cf2a097114.zip
Rollup merge of #73008 - tshepang:patch-1, r=nikomatsakis
Update RELEASES.md

make catch_unwind line more readable
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index a37379330db..3ae3417a9b4 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -25,7 +25,7 @@ Compiler
 --------
 - [Rustc now respects the `-C codegen-units` flag in incremental mode.][70156]
   Additionally when in incremental mode rustc defaults to 256 codegen units.
-- [Refactored `catch_unwind`, to have zero-cost unless unwinding is enabled and
+- [Refactored `catch_unwind` to have zero-cost, unless unwinding is enabled and
   a panic is thrown.][67502]
 - [Added tier 3\* support for the `aarch64-unknown-none` and
   `aarch64-unknown-none-softfloat` targets.][68334]