fixed typos & formatting

This commit is contained in:
2025-07-28 21:07:27 +02:00
parent 1a81ce8376
commit 7b110a43b4
2 changed files with 2 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ enum EmbedMode {
Str,
}
#[proc_macro_derive(Embed, attributes(dir,mode))]
#[proc_macro_derive(Embed, attributes(dir, mode))]
pub fn embed(input: proc_macro::TokenStream) -> proc_macro::TokenStream {
let input = parse_macro_input!(input as DeriveInput);