Skip to content

Commit 01848ee

Browse files
BWbwchenojeda
authored andcommitted
docs: rust: fix improper rendering in Arch Support page
Fix improper rendering of table cell (empty bullet list) by rendering as a dash using the backslash escaping mechanism [1]. Link: https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#escaping-mechanism [1] Reported-by: Miguel Ojeda <[email protected]> Closes: #1069 Signed-off-by: Bo-Wei Chen <[email protected]> Reviewed-by: Benno Lossin <[email protected]> Fixes: 90868ff ("LoongArch: Enable initial Rust support") Link: https://lore.kernel.org/r/[email protected] [ Reworded slightly title and message; use "Link:" tag. ] Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 7d49f53 commit 01848ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/rust/arch-support.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ support corresponds to ``S`` values in the ``MAINTAINERS`` file.
1616
Architecture Level of support Constraints
1717
============= ================ ==============================================
1818
``arm64`` Maintained Little Endian only.
19-
``loongarch`` Maintained -
19+
``loongarch`` Maintained \-
2020
``um`` Maintained ``x86_64`` only.
2121
``x86`` Maintained ``x86_64`` only.
2222
============= ================ ==============================================

0 commit comments

Comments
 (0)