Skip to content

Commit

Permalink
Rollup merge of rust-lang#84882 - joshtriplett:platform-support-forma…
Browse files Browse the repository at this point in the history
…tting, r=Dylan-DPC

platform-support: Center the contents of the `std` and `host` columns

Minor formatting improvement.
  • Loading branch information
Dylan-DPC committed May 4, 2021
2 parents 47b6b34 + d459b5d commit 0b861df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/rustc/src/platform-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0b861df

Please sign in to comment.