From 8a41f5aeb3ac143d731928d1c343cd9338190f0a Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 23 May 2026 19:56:41 +0200 Subject: style: format for Rust edition 2021 --- engine-macros/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine-macros/src') diff --git a/engine-macros/src/lib.rs b/engine-macros/src/lib.rs index a508d8a..9fe92e5 100644 --- a/engine-macros/src/lib.rs +++ b/engine-macros/src/lib.rs @@ -1,8 +1,8 @@ #![deny(clippy::all, clippy::pedantic)] use proc_macro::TokenStream; -use quote::{ToTokens, format_ident, quote}; -use syn::{Fields, Item, ItemEnum, ItemStruct, LitStr, Path as SynPath, parse}; +use quote::{format_ident, quote, ToTokens}; +use syn::{parse, Fields, Item, ItemEnum, ItemStruct, LitStr, Path as SynPath}; macro_rules! syn_path { ($first_segment: ident $(::$segment: ident)*) => { -- cgit v1.2.3-18-g5258