aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/derive.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_macros/src/derive.rs')
-rw-r--r--mingling_macros/src/derive.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_macros/src/derive.rs b/mingling_macros/src/derive.rs
index 58f5526..42df76b 100644
--- a/mingling_macros/src/derive.rs
+++ b/mingling_macros/src/derive.rs
@@ -3,3 +3,4 @@ pub(crate) mod enum_tag;
pub(crate) mod grouped;
#[cfg(feature = "structural_renderer")]
pub(crate) mod structural_data;
+pub(crate) mod wrap;