* [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
* Re: [PATCH] docs: rust: fix formatting of Hacking quick-start list
2024-08-26 21:10 [PATCH] docs: rust: fix formatting of Hacking quick-start list Jon Mulder
@ 2024-08-28 9:37 ` Miguel Ojeda
0 siblings, 0 replies; 2+ messages in thread
From: Miguel Ojeda @ 2024-08-28 9:37 UTC (permalink / raw)
To: Jon Mulder
Cc: Alex Gaynor, Wedson Almeida Filho, Boqun Feng, Gary Guo,
Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl,
Jonathan Corbet, rust-for-linux, linux-doc, linux-kernel,
Miguel Ojeda
On Mon, Aug 26, 2024 at 11:11 PM Jon Mulder <jon.e.mulder@gmail.com> wrote:
>
> 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>
Applied to `rust-fixes` -- thanks!
[ Added Fixes tag, reworded slightly and matched title to a previous,
similar commit. - Miguel ]
Cheers,
Miguel
^ permalink raw reply [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).