🎨 Format files
All checks were successful
Build & test / build (push) Successful in 10m42s

This commit is contained in:
2025-07-01 18:53:41 +02:00
parent 972178932c
commit 9f85b7ae97
7 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
extern crate proc_macro;
use {
proc_macro::TokenStream,
syn::{parse_macro_input, DeriveInput},
syn::{DeriveInput, parse_macro_input},
};
mod derive;