docs: rust: fix improper rendering in Arch Support page
authorBo-Wei Chen <tim.chenbw@gmail.com>
Sun, 24 Mar 2024 01:09:15 +0000 (09:09 +0800)
committerMiguel Ojeda <ojeda@kernel.org>
Sun, 31 Mar 2024 18:45:18 +0000 (20:45 +0200)
commit01848eee20c6396e5a96cfbc9061dc37481e06fd
tree5df9473d9eda1c162e38b39c2e4c451f337efdf3
parent7d49f53af4b988b188d3932deac2c9c80fd7d9ce
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
Reported-by: Miguel Ojeda <ojeda@kernel.org>
Closes: https://github.com/Rust-for-Linux/linux/issues/1069
Signed-off-by: Bo-Wei Chen <tim.chenbw@gmail.com>
Reviewed-by: Benno Lossin <benno.lossin@proton.me>
Fixes: 90868ff9cade ("LoongArch: Enable initial Rust support")
Link: https://lore.kernel.org/r/20240324010915.3089934-1-tim.chenbw@gmail.com
[ Reworded slightly title and message; use "Link:" tag. ]
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Documentation/rust/arch-support.rst