On Fri Jul 4, 2025 at 10:14 PM CEST, Tamir Duberstein wrote: > `kernel::fmt` is a facade over `core::fmt` that can be used downstream, > allowing future changes to the formatting machinery to be contained > within the kernel crate without downstream code needing to be modified. > > Signed-off-by: Tamir Duberstein <[email protected]>
Reviewed-by: Benno Lossin <[email protected]> --- Cheers, Benno > --- > rust/kernel/fmt.rs | 7 +++++++ > rust/kernel/lib.rs | 1 + > 2 files changed, 8 insertions(+)
