aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/pack.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_macros/src/pack.rs')
-rw-r--r--mingling_macros/src/pack.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/mingling_macros/src/pack.rs b/mingling_macros/src/pack.rs
index f7bdfe3..10a34e4 100644
--- a/mingling_macros/src/pack.rs
+++ b/mingling_macros/src/pack.rs
@@ -1,8 +1,3 @@
-//! Chain Struct Macro Implementation
-//!
-//! This module provides the `pack!` macro for creating wrapper types
-//! with automatic implementations of common traits.
-
use proc_macro::TokenStream;
use quote::quote;
use syn::parse::{Parse, ParseStream};