On Fri, Jul 04, 2025 at 01:26:57PM +0300, Manos Pitsidianakis wrote: > Date: Fri, 04 Jul 2025 13:26:57 +0300 > From: Manos Pitsidianakis <manos.pitsidiana...@linaro.org> > Subject: [PATCH 1/2] rust/qemu-api-macros: normalize TryInto output > X-Mailer: b4 0.14.2 > > Remove extraneous `;` and add missing trailing comma to TryInto derive > macro to match rustfmt style. We will add a test in the followup commit > and we would like the inlined output in the test body to be properly > formatted as well. > > No functional changes intended. > > Signed-off-by: Manos Pitsidianakis <manos.pitsidiana...@linaro.org> > --- > rust/qemu-api-macros/src/lib.rs | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>