Migrate rustfmt style to 2024 edition

This commit is contained in:
Joscha 2025-02-21 12:17:43 +01:00
parent 25d2cc7c98
commit 816d8f86a3
24 changed files with 31 additions and 32 deletions

View file

@ -1,4 +1,4 @@
use syn::{parse_macro_input, DeriveInput};
use syn::{DeriveInput, parse_macro_input};
mod document;
mod key_group;