diff options
Diffstat (limited to 'mingling_pathf/src/patterns/grouped_derive.rs')
| -rw-r--r-- | mingling_pathf/src/patterns/grouped_derive.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_pathf/src/patterns/grouped_derive.rs b/mingling_pathf/src/patterns/grouped_derive.rs index 56a87f9..b2eae97 100644 --- a/mingling_pathf/src/patterns/grouped_derive.rs +++ b/mingling_pathf/src/patterns/grouped_derive.rs @@ -1,3 +1,4 @@ +// Doc Not Optimize //! The `GroupedDerivePattern` matches structs, enums, and unions annotated with //! `#[derive(Grouped)]` or `#[derive(GroupedSerialize)]` (or any combination //! with other derives). It also recurses into `mod` items to find nested types. |
