Skip to content

Commit 0879517

Browse files
Reduce visibility of struct macro implementation
1 parent 5f93232 commit 0879517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclrs-macros/src/impl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub(crate) fn derive_structured_parameters(input: DeriveInput) -> syn::Result<To
1515
}
1616
}
1717
}
18-
pub(crate) fn derive_structured_parameters_struct(
18+
fn derive_structured_parameters_struct(
1919
ident: proc_macro2::Ident,
2020
struct_: &syn::DataStruct,
2121
) -> syn::Result<TokenStream> {

0 commit comments

Comments
 (0)