Skip to content

Commit 7d2fc5a

Browse files
mulderjeojeda
authored andcommitted
docs: rust: remove unintended blockquote in Quick Start
Remove indentation within the "Hacking" section of the Rust Quick Start guide, i.e. remove a `<blockquote>` HTML element from the rendered documentation. Reported-by: Miguel Ojeda <[email protected]> Closes: Rust-for-Linux#1103 Fixes: d07479b ("docs: add Rust documentation") Signed-off-by: Jon Mulder <[email protected]> Link: https://lore.kernel.org/r/20240826-pr-docs-rust-remove-quickstart-blockquote-v1-1-c51317d8d71a@gmail.com [ Added Fixes tag, reworded slightly and matched title to a previous, similar commit. - Miguel ] Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 0903b9e commit 7d2fc5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/rust/quick-start.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ If GDB/Binutils is used and Rust symbols are not getting demangled, the reason
305305
is the toolchain does not support Rust's new v0 mangling scheme yet.
306306
There are a few ways out:
307307

308-
- Install a newer release (GDB >= 10.2, Binutils >= 2.36).
308+
- Install a newer release (GDB >= 10.2, Binutils >= 2.36).
309309

310-
- Some versions of GDB (e.g. vanilla GDB 10.1) are able to use
311-
the pre-demangled names embedded in the debug info (``CONFIG_DEBUG_INFO``).
310+
- Some versions of GDB (e.g. vanilla GDB 10.1) are able to use
311+
the pre-demangled names embedded in the debug info (``CONFIG_DEBUG_INFO``).

0 commit comments

Comments
 (0)