rust: alloc: add missing Markdown code span
authorMiguel Ojeda <ojeda@kernel.org>
Mon, 24 Mar 2025 21:03:51 +0000 (22:03 +0100)
committerMiguel Ojeda <ojeda@kernel.org>
Sun, 25 May 2025 20:58:35 +0000 (22:58 +0200)
commitabd21a163d4188c180cabb6747b1d94e3c0586b9
treefae2896c174729397b49739600be3cfa379ffe35
parent673ec360cfb099a5f44dabee0f0e6c9b282efa7e
rust: alloc: add missing Markdown code span

Add missing Markdown code span.

This was found using the Clippy `doc_markdown` lint, which we may want
to enable.

Fixes: dd09538fb409 ("rust: alloc: implement `Cmalloc` in module allocator_test")
Reviewed-by: Benno Lossin <benno.lossin@proton.me>
Acked-by: Danilo Krummrich <dakr@kernel.org>
Link: https://lore.kernel.org/r/20250324210359.1199574-5-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
rust/kernel/alloc/allocator_test.rs