aboutsummaryrefslogtreecommitdiff
path: root/mingling_pathf/src/patterns/command.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_pathf/src/patterns/command.rs')
-rw-r--r--mingling_pathf/src/patterns/command.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_pathf/src/patterns/command.rs b/mingling_pathf/src/patterns/command.rs
index fac70af..c30e130 100644
--- a/mingling_pathf/src/patterns/command.rs
+++ b/mingling_pathf/src/patterns/command.rs
@@ -1,3 +1,4 @@
+// Doc Not Optimize
//! The `CommandPattern` matches functions annotated with `#[command]` and
//! extracts the generated hidden module name (`__command_<fn>_module`).
//!