Skip to content

Commit 51b6441

Browse files
Apply Centril's commas and suggestions
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
1 parent 5a1eedd commit 51b6441

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

posts/2019-12-30-reducing-support-for-apple-32bit-targets.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Apple 32bit targets. Starting from Rust 1.42.0, those targets will be demoted
1010
to Tier 3.
1111

1212
The decision was made on [RFC 2837], and was accepted by the compiler and
13-
release teams. This post explains what the change means, why we did it and how
13+
release teams. This post explains what the change means, why we did it, and how
1414
your project is affected.
1515

1616
[RFC 2837]: https://github.com/rust-lang/rfcs/pull/2837
@@ -37,7 +37,7 @@ being formalized and revised in [RFC 2803]), explaining what we guarantee:
3737
- Tier 3 targets are not available for download through rustup, and are
3838
ignored during our automated builds. You can still build their standard
3939
library for cross-compiling (or the full compiler in some cases) from source
40-
on your own, but you might encounter build errors, bugs or missing features.
40+
on your own, but you might encounter build errors, bugs, or missing features.
4141

4242
[platform-support]: https://forge.rust-lang.org/release/platform-support.html
4343
[RFC 2803]: https://github.com/rust-lang/rfcs/pull/2803
@@ -66,8 +66,8 @@ Apple dropped support for running 32bit binaries starting from [macOS
6666
developers from cross-compiling 32bit programs and apps starting from Xcode 10
6767
(the platform’s IDE, containing the SDKs).
6868

69-
Due to those decisions from Apple, the targets are not much useful to our users
70-
anymore, and their choice to prevent cross-compiling makes it hard for the
69+
Due to those decisions from Apple, the targets are no longer useful to our users,
70+
and their choice to prevent cross-compiling makes it hard for the
7171
project to continue supporting the 32bit platform in the long term.
7272

7373
[deprecate-macos]: https://support.apple.com/en-us/HT208436

0 commit comments

Comments
 (0)