diff --git a/rust/fastsim-core/fastsim-proc-macros/src/doc_field.rs b/rust/fastsim-core/fastsim-proc-macros/src/doc_field.rs index 068f334c..68034015 100644 --- a/rust/fastsim-core/fastsim-proc-macros/src/doc_field.rs +++ b/rust/fastsim-core/fastsim-proc-macros/src/doc_field.rs @@ -101,7 +101,7 @@ fn remove_handled_attrs(field: &mut syn::Field, skip_doc: &mut bool) { }) .collect(); // println!("options {:?}", opts); - // this drops attrs matching `#[doc_field]`, removing the field attribute from the struct def + // This drops attrs matching `#[doc_field]`, removing the field attribute from the struct def. let new_attrs: (Vec<&syn::Attribute>, Vec) = field .attrs .iter()