🎨 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

@ -10,8 +10,8 @@ use std::{
use quote::quote;
use syn::{
parse::{Parse, ParseStream},
LitStr, Token,
parse::{Parse, ParseStream},
};
pub fn read_files_to_string_impl(args: Args) -> TokenStream {