1
Fork 0

Tier 2 std support must always be known

This commit is contained in:
Chris Denton 2024-06-13 15:11:13 +00:00
parent 9fdbfe1441
commit 34e6ea1446
No known key found for this signature in database
GPG key ID: 713472F2F45627DE

View file

@ -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