Skip to content

Commit 2cb9c6c

Browse files
authored
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.
2 parents 92f3f08 + d459b5d commit 2cb9c6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/rustc/src/platform-support.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The `std` column in the table below has the following meanings:
113113
[`no_std`]: https://rust-embedded.github.io/book/intro/no-std.html
114114

115115
target | std | notes
116-
-------|-----|-------
116+
-------|:---:|-------
117117
`aarch64-apple-ios` | ✓ | ARM64 iOS
118118
`aarch64-fuchsia` | ✓ | ARM64 Fuchsia
119119
`aarch64-linux-android` | ✓ | ARM64 Android
@@ -194,7 +194,7 @@ The `host` column indicates whether the codebase includes support for building
194194
host tools.
195195

196196
target | std | host | notes
197-
-------|-----|------|-------
197+
-------|:---:|:----:|-------
198198
`aarch64-apple-ios-macabi` | ? | | Apple Catalyst on ARM64
199199
`aarch64-apple-ios-sim` | ? | | Apple iOS Simulator on ARM64
200200
`aarch64-apple-tvos` | * | | ARM64 tvOS

0 commit comments

Comments
 (0)