Skip to content

Commit

Permalink
Tier 2 std support must always be known
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisDenton committed Jun 13, 2024
1 parent 9fdbfe1 commit 34e6ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/rustc/src/platform-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ The `std` column in the table below has the following meanings:

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

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

Expand Down

0 comments on commit 34e6ea1

Please sign in to comment.