On Fri, Jul 11, 2025 at 01:43:05PM +0200, Andreas Hindborg wrote: > rnull is going to make use of `kernel::str::RawFormatter::bytes_written`, > so make the visibility public. > > Signed-off-by: Andreas Hindborg <a.hindborg@xxxxxxxxxx> Making methods public can be part of making the type itself public. I don't think a separate patch is needed. Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>