aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/render.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_macros/src/render.rs')
-rw-r--r--mingling_macros/src/render.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/mingling_macros/src/render.rs b/mingling_macros/src/render.rs
index 3f1bbe8..63ec49c 100644
--- a/mingling_macros/src/render.rs
+++ b/mingling_macros/src/render.rs
@@ -1,8 +1,3 @@
-//! Render Macros Module
-//!
-//! This module provides procedural macros for rendering operations.
-//! These macros expect a mutable reference to a `RenderResult` named `r` to be in scope.
-
use proc_macro::TokenStream;
use quote::quote;
use syn::parse::Parser;