mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-16 18:08:20 +00:00
8 lines
131 B
Rust
8 lines
131 B
Rust
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
|
||
|
//! Extensions to the [`alloc`] crate.
|
||
|
|
||
|
#[cfg(not(test))]
|
||
|
#[cfg(not(testlib))]
|
||
|
mod allocator;
|