diff options
author | Danilo Krummrich <dakr@kernel.org> | 2024-07-23 18:59:22 +0200 |
---|---|---|
committer | Danilo Krummrich <dakr@kernel.org> | 2024-10-08 16:27:51 +0200 |
commit | 16d27d6fb8f66c14a96ce5c8e28701f395dfee51 (patch) | |
tree | 5880ac4be5fdbae31ce703914619767e7395b1a3 /scripts/checkincludes.pl | |
parent | fe61492f480c56d077cff1e27d3328f0582511bb (diff) |
kbuild: rust: remove the `alloc` crate and `GlobalAlloc`
Now that we have our own `Allocator`, `Box` and `Vec` types we can remove
Rust's `alloc` crate and the `new_uninit` unstable feature.
Also remove `Kmalloc`'s `GlobalAlloc` implementation -- we can't remove
this in a separate patch, since the `alloc` crate requires a
`#[global_allocator]` to set, that implements `GlobalAlloc`.
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
Diffstat (limited to 'scripts/checkincludes.pl')
0 files changed, 0 insertions, 0 deletions