rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: rust: fix formatting of Hacking quick-start list
@ 2024-08-26 21:10 Jon Mulder
  2024-08-28  9:37 ` Miguel Ojeda
  0 siblings, 1 reply; 2+ messages in thread
From: Jon Mulder @ 2024-08-26 21:10 UTC (permalink / raw)
  To: Alex Gaynor, Wedson Almeida Filho, Boqun Feng, Gary Guo,
	Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl,
	Jonathan Corbet
  Cc: rust-for-linux, linux-doc, linux-kernel, Miguel Ojeda, Jon Mulder

Patch to remove indentation within the "hacking" section of the Rust
quick-start guide. This removes a `<blockquote>` HTML element from the
rendered documentation.

Reported-by: Miguel Ojeda <ojeda@kernel.org>
Closes: https://github.com/Rust-for-Linux/linux/issues/1103
Signed-off-by: Jon Mulder <jon.e.mulder@gmail.com>
---
Patch to remove indentation within the "hacking" section of the Rust
quick-start guide. This removes a `<blockquote>` HTML element from the
rendered documentation.
---
 Documentation/rust/quick-start.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/rust/quick-start.rst b/Documentation/rust/quick-start.rst
index ed5af2b5339a..2d107982c87b 100644
--- a/Documentation/rust/quick-start.rst
+++ b/Documentation/rust/quick-start.rst
@@ -305,7 +305,7 @@ If GDB/Binutils is used and Rust symbols are not getting demangled, the reason
 is the toolchain does not support Rust's new v0 mangling scheme yet.
 There are a few ways out:
 
-  - Install a newer release (GDB >= 10.2, Binutils >= 2.36).
+- Install a newer release (GDB >= 10.2, Binutils >= 2.36).
 
-  - Some versions of GDB (e.g. vanilla GDB 10.1) are able to use
-    the pre-demangled names embedded in the debug info (``CONFIG_DEBUG_INFO``).
+- Some versions of GDB (e.g. vanilla GDB 10.1) are able to use
+  the pre-demangled names embedded in the debug info (``CONFIG_DEBUG_INFO``).

---
base-commit: 6e6efc5fef4a1cdcccca3cffd5b73fd25d093352
change-id: 20240826-pr-docs-rust-remove-quickstart-blockquote-59af11a84c1a

Best regards,
-- 
Jon Mulder <jon.e.mulder@gmail.com>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-28  9:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-26 21:10 [PATCH] docs: rust: fix formatting of Hacking quick-start list Jon Mulder
2024-08-28  9:37 ` Miguel Ojeda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).