aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/renderer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_macros/src/renderer.rs')
-rw-r--r--mingling_macros/src/renderer.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_macros/src/renderer.rs b/mingling_macros/src/renderer.rs
index 61c67b2..26e7aa9 100644
--- a/mingling_macros/src/renderer.rs
+++ b/mingling_macros/src/renderer.rs
@@ -131,6 +131,7 @@ pub fn renderer_attr(item: TokenStream) -> TokenStream {
// We need to create a wrapper function that adds the r parameter
let expanded = quote! {
#(#fn_attrs)*
+ #[doc(hidden)]
#vis struct #struct_name;
impl ::mingling::Renderer for #struct_name {