chore: package derive lib

This commit is contained in:
2025-07-15 16:36:59 +03:00
parent 60488d364e
commit 545b1d385f
6 changed files with 31 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ use syn::{
const WITH_MERGE: bool = cfg!(feature = "merge");
/// Entry point: generate the shadow struct + [`FromFile`] impls.
/// Entry point: generate the shadow struct + `FromFile` impls.
pub fn impl_from_file(input: &DeriveInput) -> Result<TokenStream> {
let name = &input.ident;
let vis = &input.vis;