Skip to content

Commit

Permalink
testing what happens if doc string in rust file changed
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsteuteville committed Feb 2, 2024
1 parent 49ea1ae commit 0a7500b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/fastsim-core/fastsim-proc-macros/src/doc_field.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<bool>) = field
.attrs
.iter()
Expand Down

0 comments on commit 0a7500b

Please sign in to comment.