Migrate rustfmt style to 2024 edition
This commit is contained in:
parent
25d2cc7c98
commit
816d8f86a3
24 changed files with 31 additions and 32 deletions
|
|
@ -1,4 +1,4 @@
|
|||
use syn::{parse_macro_input, DeriveInput};
|
||||
use syn::{DeriveInput, parse_macro_input};
|
||||
|
||||
mod document;
|
||||
mod key_group;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue