Skip to content

Commit 34e6ea1

Browse files
committed
Tier 2 std support must always be known
1 parent 9fdbfe1 commit 34e6ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ The `std` column in the table below has the following meanings:
118118

119119
* ✓ indicates the full standard library is available.
120120
* \* indicates the target only supports [`no_std`] development.
121-
* ? indicates the standard library support is unknown or a work-in-progress.
121+
* ? indicates the standard library support is a work-in-progress.
122122

123123
[`no_std`]: https://rust-embedded.github.io/book/intro/no-std.html
124124

0 commit comments

Comments
 (0)