diff options
| author | Ralf Jung <post@ralfj.de> | 2021-05-05 17:52:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-05 17:52:27 +0200 |
| commit | 2cb9c6c2b453a1affbe56a7caaa7a00f8169d8a9 (patch) | |
| tree | fc8c344f0d84856271dc9a13d60b95e0dbec235f /src | |
| parent | 92f3f0830f7f4627af1adb7d828527f2aae88017 (diff) | |
| parent | d459b5dc6c026091c693a9905fe6f9d15180ee1e (diff) | |
| download | rust-2cb9c6c2b453a1affbe56a7caaa7a00f8169d8a9.tar.gz rust-2cb9c6c2b453a1affbe56a7caaa7a00f8169d8a9.zip | |
Rollup merge of #84882 - joshtriplett:platform-support-formatting, r=Dylan-DPC
platform-support: Center the contents of the `std` and `host` columns Minor formatting improvement.
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/rustc/src/platform-support.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc/src/platform-support.md b/src/doc/rustc/src/platform-support.md index b3c67b84da6..f9a7599c497 100644 --- a/src/doc/rustc/src/platform-support.md +++ b/src/doc/rustc/src/platform-support.md @@ -113,7 +113,7 @@ The `std` column in the table below has the following meanings: [`no_std`]: https://rust-embedded.github.io/book/intro/no-std.html target | std | notes --------|-----|------- +-------|:---:|------- `aarch64-apple-ios` | ✓ | ARM64 iOS `aarch64-fuchsia` | ✓ | ARM64 Fuchsia `aarch64-linux-android` | ✓ | ARM64 Android @@ -194,7 +194,7 @@ The `host` column indicates whether the codebase includes support for building host tools. target | std | host | notes --------|-----|------|------- +-------|:---:|:----:|------- `aarch64-apple-ios-macabi` | ? | | Apple Catalyst on ARM64 `aarch64-apple-ios-sim` | ? | | Apple iOS Simulator on ARM64 `aarch64-apple-tvos` | * | | ARM64 tvOS |
