Fix table issues in platform support documentation (closes #115047)#115055
Fix table issues in platform support documentation (closes #115047)#115055bors merged 1 commit intorust-lang:masterfrom Kriskras99:master
Conversation
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @JohnTitor (or someone else) soon. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
|
Thanks! @bors r+ rollup |
Fix table issues in platform support documentation (closes rust-lang#115047) mdBook needs an empty line before and after the table block. In addition, in the tier-3 list three targets forgot about the host column and therefore showed the notes in the host column. Closes rust-lang#115047
|
@bors r- |
I think the pull request that failed was #115011, this pull request only changes some markdown files in the rustc book. |
|
Ooh sorry, yes makes sense :) |
|
☀️ Test successful - checks-actions |
|
Finished benchmarking commit (32aa405): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 634.501s -> 634.782s (0.04%) |
mdBook needs an empty line before and after the table block.
In addition, in the tier-3 list three targets forgot about the host column and therefore showed the notes in the host column.
Closes #115047