On Fri, Jul 11, 2025 at 01:43:03PM +0200, Andreas Hindborg wrote: > Improve `Formatter` so that it can write to an array or slice buffer. > > Signed-off-by: Andreas Hindborg <a.hindborg@xxxxxxxxxx> Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx> > + #[expect(dead_code)] This could just be a public type to avoid this.