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.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/mingling_macros/src/renderer.rs b/mingling_macros/src/renderer.rs
index 565ffa3..36ebf54 100644
--- a/mingling_macros/src/renderer.rs
+++ b/mingling_macros/src/renderer.rs
@@ -1,8 +1,3 @@
-//! Renderer Attribute Macro Implementation
-//!
-//! This module provides the `#[renderer]` attribute macro for automatically
-//! generating structs that implement the `Renderer` trait from functions.
-
use proc_macro::TokenStream;
use quote::{ToTokens, quote};
use syn::spanned::Spanned;