Skip to content

Commit 39b3263

Browse files
Danilo Krummrichfbq
Danilo Krummrich
authored andcommitted
rust: alloc: update module comment of alloc.rs
Before we remove Rust's alloc crate, rewrite the module comment in alloc.rs to avoid a rustdoc warning. Besides that, the module comment in alloc.rs isn't correct anymore, we're no longer extending Rust's alloc crate. Reviewed-by: Alice Ryhl <[email protected]> Reviewed-by: Benno Lossin <[email protected]> Signed-off-by: Danilo Krummrich <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 4ea014e commit 39b3263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/kernel/alloc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0
22

3-
//! Extensions to the [`alloc`] crate.
3+
//! Implementation of the kernel's memory allocation infrastructure.
44
55
#[cfg(not(any(test, testlib)))]
66
pub mod allocator;

0 commit comments

Comments
 (0)