]> git.lizzy.rs Git - rust.git/commitdiff
Update RELEASES.md
authorXAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
Sat, 9 May 2020 14:30:00 +0000 (16:30 +0200)
committerGitHub <noreply@github.com>
Sat, 9 May 2020 14:30:00 +0000 (16:30 +0200)
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
RELEASES.md

index b2c4675908e076bd91b6c4f67ced5cdd9be9d48e..132e8a6d9485084bb41da6f6c251a16379546a53 100644 (file)
@@ -16,7 +16,7 @@ these changes can be seen and parsed by macros and conditional compilation.
 Compiler
 --------
 - [Rustc now respects the `-C codegen-units` flag in incremental mode.][70156]
-  Additionally when incremental mode rustc defaults to 256 codegen units.
+  Additionally when in incremental mode rustc defaults to 256 codegen units.
 - [Added tier 3\* support for the `aarch64-unknown-none` and
   `aarch64-unknown-none-softfloat` targets.][68334]
 - [Refactored `catch_unwind`, to have zero-cost unless unwinding is enabled and