minor clean up

This commit is contained in:
scbj
2025-02-03 09:57:09 +01:00
parent 1c30fd87a5
commit c846a16c8f
2 changed files with 1 additions and 3 deletions
@@ -144,7 +144,6 @@ pub fn gen_to_string(fields: &Punctuated<Field, Comma>) -> TokenStream {
None => continue 'fields,
};
let name_string = name.to_string();
// TODO: continue here
for attribute in attr {
if let Attribute{ meta: Meta::Path( Path{segments, ..} ), .. } = attribute {
// parse nested configs or skip nonconfig elements