summaryrefslogtreecommitdiff
path: root/mingling/src/program.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-29 17:20:34 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-29 17:22:56 +0800
commit1f98228447171b7a65d5fd47f9e989cc55cf7283 (patch)
tree107c0938f20e70ffac413e94c76dc50a7ad29f6b /mingling/src/program.rs
parentaa9b84a35816e7a119707a4be7a2f19a0160ee44 (diff)
Add `full` feature and rename `serde_renderer` to `general_renderer`
Diffstat (limited to 'mingling/src/program.rs')
-rw-r--r--mingling/src/program.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mingling/src/program.rs b/mingling/src/program.rs
index 22488ba..3d8bc14 100644
--- a/mingling/src/program.rs
+++ b/mingling/src/program.rs
@@ -84,6 +84,7 @@ pub trait ProgramCollect {
}
#[macro_export]
+#[doc(hidden)]
macro_rules! __dispatch_program_renderers {
(
$( $render_ty:ty => $prev_ty:ty, )*
@@ -103,6 +104,7 @@ macro_rules! __dispatch_program_renderers {
}
#[macro_export]
+#[doc(hidden)]
macro_rules! __dispatch_program_chains {
(
$( $chain_ty:ty => $chain_prev:ty, )*