mirror of
https://github.com/OMGeeky/confique.git
synced 2026-01-02 09:36:27 +01:00
Remove leftover comment
This commit is contained in:
@@ -94,7 +94,6 @@ fn gen_partial_mod(input: &ir::Input) -> TokenStream {
|
||||
let attr = match deserialize_with {
|
||||
None => quote! {},
|
||||
Some(p) => {
|
||||
// let s = p.to_token_stream().to_string();
|
||||
let fn_name = deserialize_fn_name(&f.name).to_string();
|
||||
quote_spanned! {p.span()=>
|
||||
#[serde(default, deserialize_with = #fn_name)]
|
||||
|
||||
Reference in New Issue
Block a user