This commit is contained in:
Sam Johnson 2023-07-05 10:01:41 -04:00
parent f31c3903a1
commit 273b3fbc1a
No known key found for this signature in database
GPG key ID: B0C7B1CDE21F404B

View file

@ -6,6 +6,8 @@ use syn::{parse::Nothing, parse_macro_input, parse_quote, ItemStruct};
///
/// Usage:
/// ```rust
/// use pub_fields::pub_fields;
///
/// #[pub_fields]
/// pub struct MyStruct {
/// a: usize,