We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f93232 commit 0879517Copy full SHA for 0879517
rclrs-macros/src/impl.rs
@@ -15,7 +15,7 @@ pub(crate) fn derive_structured_parameters(input: DeriveInput) -> syn::Result<To
15
}
16
17
18
-pub(crate) fn derive_structured_parameters_struct(
+fn derive_structured_parameters_struct(
19
ident: proc_macro2::Ident,
20
struct_: &syn::DataStruct,
21
) -> syn::Result<TokenStream> {
0 commit comments