diff options
author | Bo-Wei Chen <[email protected]> | 2024-03-24 09:09:15 +0800 |
---|---|---|
committer | Miguel Ojeda <[email protected]> | 2024-03-31 20:45:18 +0200 |
commit | 01848eee20c6396e5a96cfbc9061dc37481e06fd (patch) | |
tree | 5df9473d9eda1c162e38b39c2e4c451f337efdf3 | |
parent | 7d49f53af4b988b188d3932deac2c9c80fd7d9ce (diff) |
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: https://github.com/Rust-for-Linux/linux/issues/1069
Signed-off-by: Bo-Wei Chen <[email protected]>
Reviewed-by: Benno Lossin <[email protected]>
Fixes: 90868ff9cade ("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]>
-rw-r--r-- | Documentation/rust/arch-support.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/rust/arch-support.rst b/Documentation/rust/arch-support.rst index 5c4fa9f5d1cd..c9137710633a 100644 --- a/Documentation/rust/arch-support.rst +++ b/Documentation/rust/arch-support.rst @@ -16,7 +16,7 @@ support corresponds to ``S`` values in the ``MAINTAINERS`` file. Architecture Level of support Constraints ============= ================ ============================================== ``arm64`` Maintained Little Endian only. -``loongarch`` Maintained - +``loongarch`` Maintained \- ``um`` Maintained ``x86_64`` only. ``x86`` Maintained ``x86_64`` only. ============= ================ ============================================== |