aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/completion.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_macros/src/completion.rs')
-rw-r--r--mingling_macros/src/completion.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/mingling_macros/src/completion.rs b/mingling_macros/src/completion.rs
index fcb9784..ea57f06 100644
--- a/mingling_macros/src/completion.rs
+++ b/mingling_macros/src/completion.rs
@@ -1,8 +1,3 @@
-//! Completion Attribute Macro Implementation
-//!
-//! This module provides the `#[completion]` attribute macro for automatically
-//! generating structs that implement the `Completion` trait from functions.
-
use proc_macro::TokenStream;
use quote::quote;
use syn::{Ident, ItemFn, parse_macro_input};