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 <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>

authored by Bo-Wei Chen and committed by Miguel Ojeda 01848eee 7d49f53a

+1 -1
+1 -1
Documentation/rust/arch-support.rst
··· 16 Architecture Level of support Constraints 17 ============= ================ ============================================== 18 ``arm64`` Maintained Little Endian only. 19 - ``loongarch`` Maintained - 20 ``um`` Maintained ``x86_64`` only. 21 ``x86`` Maintained ``x86_64`` only. 22 ============= ================ ==============================================
··· 16 Architecture Level of support Constraints 17 ============= ================ ============================================== 18 ``arm64`` Maintained Little Endian only. 19 + ``loongarch`` Maintained \- 20 ``um`` Maintained ``x86_64`` only. 21 ``x86`` Maintained ``x86_64`` only. 22 ============= ================ ==============================================