Skip to content

Commit

Permalink
pub partial_unchecked fields in macro
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendonovich committed Apr 19, 2023
1 parent 259ebbe commit 51f0473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/src/partial_unchecked.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pub fn proc_macro(input: proc_macro::TokenStream) -> proc_macro::TokenStream {
quote! {
#(#attrs)*
#specta_attrs
#ident: Option<#ty>
pub #ident: Option<#ty>
}
});

Expand Down

1 comment on commit 51f0473

@vercel
Copy link

@vercel vercel bot commented on 51f0473 Apr 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.