rust: alloc: remove extension of std's `Box`
authorDanilo Krummrich <dakr@kernel.org>
Fri, 4 Oct 2024 15:41:17 +0000 (17:41 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Tue, 15 Oct 2024 20:56:59 +0000 (22:56 +0200)
commite8c6ccdbcaaf31f26c0fffd4073edd0b0147cdc6
tree84bfb6f8773b7c69048bd4b4ea7010d8e1fae339
parent8373147ce4961665c5700016b1c76299e962d077
rust: alloc: remove extension of std's `Box`

Now that all existing `Box` users were moved to the kernel `Box` type,
remove the `BoxExt` extension and all other related extensions.

Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Reviewed-by: Benno Lossin <benno.lossin@proton.me>
Reviewed-by: Gary Guo <gary@garyguo.net>
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
Link: https://lore.kernel.org/r/20241004154149.93856-14-dakr@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
rust/kernel/alloc.rs
rust/kernel/alloc/box_ext.rs [deleted file]
rust/kernel/init.rs
rust/kernel/lib.rs
rust/kernel/prelude.rs
rust/kernel/types.rs