Skip to content

Commit

Permalink
Rollup merge of #94630 - ehuss:remove-tier-2-docs-note, r=Mark-Simula…
Browse files Browse the repository at this point in the history
…crum

Update note about tier 2 docs.

As of #92800, docs are now available for tier-2 platforms.
  • Loading branch information
RalfJung authored Mar 5, 2022
2 parents 379e94f + 28bfc56 commit 7143bc3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/doc/rustc/src/platform-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ Tier Policy.

All tier 2 targets with host tools support the full standard library.

**NOTE:** Tier 2 targets currently do not build the `rust-docs` component.
**NOTE:** The `rust-docs` component is not usually built for tier 2 targets,
so Rustup may install the documentation for a similar tier 1 target instead.

target | notes
-------|-------
Expand Down Expand Up @@ -114,7 +115,8 @@ The `std` column in the table below has the following meanings:

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

**NOTE:** Tier 2 targets currently do not build the `rust-docs` component.
**NOTE:** The `rust-docs` component is not usually built for tier 2 targets,
so Rustup may install the documentation for a similar tier 1 target instead.

target | std | notes
-------|:---:|-------
Expand Down

0 comments on commit 7143bc3

Please sign in to comment.