diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-11 16:10:53 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-11 16:10:53 +0800 |
| commit | 85c8986f26031cc11ed1e1da77fdf099b5814381 (patch) | |
| tree | d4a53fadc683988fd30d1ee07de23a11b9d37ac6 /mingling_macros/src/dispatcher_clap.rs | |
| parent | 810536fb1f068f969af316be0450a1edacfe8e28 (diff) | |
style: Reorder imports and reformat code with cargo fmt
Diffstat (limited to 'mingling_macros/src/dispatcher_clap.rs')
| -rw-r--r-- | mingling_macros/src/dispatcher_clap.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mingling_macros/src/dispatcher_clap.rs b/mingling_macros/src/dispatcher_clap.rs index b89dbad..0945e31 100644 --- a/mingling_macros/src/dispatcher_clap.rs +++ b/mingling_macros/src/dispatcher_clap.rs @@ -1,8 +1,9 @@ use proc_macro::TokenStream; use quote::quote; use syn::{ + Ident, ItemStruct, LitBool, LitStr, Token, parse::{Parse, ParseStream}, - parse_macro_input, Ident, ItemStruct, LitBool, LitStr, Token, + parse_macro_input, }; /// Parsed key-value options after the first positional arguments |
