diff options
Diffstat (limited to 'mingling/src/program.rs')
| -rw-r--r-- | mingling/src/program.rs | 2 |
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, )* |
