This commit is contained in:
2025-09-15 22:01:23 +03:00
parent 962b8feae7
commit 645416a04c
13 changed files with 17 additions and 36 deletions

View File

@@ -1,7 +1,7 @@
use darling::FromDeriveInput;
use proc_macro::{self, TokenStream};
use quote::quote;
use syn::{Data, DeriveInput, Expr, Fields, Type, parse_macro_input};
use syn::{Data, Expr, Fields, Type, parse_macro_input};
#[derive(FromDeriveInput, Default)]
#[darling(default, attributes(meta))]