linux/rust/kernel/alloc
Guangbo Cui 517743c4e3 rust: alloc: align Debug implementation for Box with Display
Ensure consistency between `Debug` and `Display` for `Box` by
updating `Debug` to match the new `Display` style.

Acked-by: Danilo Krummrich <dakr@kernel.org>
Signed-off-by: Guangbo Cui <2407018371@qq.com>
Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Link: https://lore.kernel.org/r/tencent_1FC0BC283DA65DD81A8A14EEF25563934E05@qq.com
[ Reworded title. - Miguel ]
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
2024-12-18 00:56:05 +01:00
..
allocator.rs rust: use custom FFI integer types 2024-11-10 23:58:00 +01:00
allocator_test.rs rust: use custom FFI integer types 2024-11-10 23:58:00 +01:00
kbox.rs rust: alloc: align Debug implementation for Box with Display 2024-12-18 00:56:05 +01:00
kvec.rs rust: alloc: implement collect for IntoIter 2024-10-15 23:10:32 +02:00
layout.rs rust: alloc: Fix ArrayLayout allocations 2024-11-25 00:11:07 +01:00