On Tue, May 27, 2025 at 2:10 AM Miguel Ojeda <miguel.ojeda.sando...@gmail.com> wrote: > > [ Used the `cfg_attr` from the TODO comment and clarified its comment > now that the stabilization is in beta and thus quite likely stable > in Rust 1.88.0. Simplified the `new_body` code by introducing a new > variable. Added `#[allow(clippy::incompatible_msrv)]`. - Miguel ]
One addition: Required `KUNIT=y` like for doctests. The build error was reported by Stephen when merging -- thanks! Cheers, Miguel