]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rust: remove leftover mentions of the `alloc` crate
authorMiguel Ojeda <ojeda@kernel.org>
Mon, 3 Mar 2025 17:10:30 +0000 (18:10 +0100)
committerMiguel Ojeda <ojeda@kernel.org>
Wed, 5 Mar 2025 22:55:56 +0000 (23:55 +0100)
commit374908a15af4cd60862ebc51a6e012ace2212c76
tree1a8ba85a4f1030225976c22f185d34c46ebdebd0
parent7eb172143d5508b4da468ed59ee857c6e5e01da6
rust: remove leftover mentions of the `alloc` crate

In commit 392e34b6bc22 ("kbuild: rust: remove the `alloc` crate and
`GlobalAlloc`") we stopped using the upstream `alloc` crate.

Thus remove a few leftover mentions treewide.

Cc: stable@vger.kernel.org # Also to 6.12.y after the `alloc` backport lands
Fixes: 392e34b6bc22 ("kbuild: rust: remove the `alloc` crate and `GlobalAlloc`")
Reviewed-by: Danilo Krummrich <dakr@kernel.org>
Reviewed-by: Andreas Hindborg <a.hindborg@kernel.org>
Link: https://lore.kernel.org/r/20250303171030.1081134-1-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Documentation/rust/quick-start.rst
rust/kernel/lib.rs
scripts/rustdoc_test_gen.rs